Fix Helix i2c wrong bit rate (#3207)
This commit is contained in:
parent
f5109c93dd
commit
0f3a73025c
7 changed files with 3 additions and 10 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
#define SLAVE_BUFFER_SIZE 0x10
|
||||
|
||||
// i2c SCL clock frequency
|
||||
// i2c SCL clock frequency 400kHz
|
||||
#define SCL_CLOCK 400000L
|
||||
|
||||
extern volatile uint8_t i2c_slave_buffer[SLAVE_BUFFER_SIZE];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue