static void start(void) { scl_high(); sda_high(); sda_low(); scl_low(); } static void stop(void) { sda_low(); scl_high(); sda_high(); }