#include "header.h" void i2c_init(void) { } void i2c_start(void) { } void i2c_stop(void) { } // description int main() { while(1); }