* On i2c_init, enable two wire interface, twi interrupt, and slave address ACK along with pull up resistors. * thanks to some testing by drashna, we know that setting TWI doesn't work for all boards. Putting the new code into an ifdef block |
||
|---|---|---|
| .. | ||
| analog.c | ||
| analog.h | ||
| apa102.c | ||
| apa102.h | ||
| glcdfont.c | ||
| hd44780.c | ||
| hd44780.h | ||
| i2c_master.c | ||
| i2c_master.h | ||
| i2c_slave.c | ||
| i2c_slave.h | ||
| pro_micro.h | ||
| ssd1306.c | ||
| ssd1306.h | ||
| ws2812.c | ||
| ws2812.h | ||