1
0
Fork 0

Remove OLED code and set I2C rate back to 100kHz

This commit is contained in:
Danny Nguyen 2017-06-01 01:26:06 -04:00
parent 7a433a7f3d
commit db82b17d6e
5 changed files with 2 additions and 766 deletions

View file

@ -16,7 +16,7 @@
#define SLAVE_BUFFER_SIZE 0x10
// i2c SCL clock frequency
#define SCL_CLOCK 400000L
#define SCL_CLOCK 100000L
extern volatile uint8_t i2c_slave_buffer[SLAVE_BUFFER_SIZE];