Remove OLED code and set I2C rate back to 100kHz
This commit is contained in:
parent
7a433a7f3d
commit
db82b17d6e
5 changed files with 2 additions and 766 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue