This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Anscii code error

void i2c_stop(void)
{ raise_scl(); delay(1); raise_sda(); delay(1);
}

0