Increase i2c_bb frequency to 400khz

This commit is contained in:
Mitch Lustig 2022-04-15 09:37:39 -07:00
parent 02d568d30b
commit 829cbbe0ef
1 changed files with 1 additions and 1 deletions

View File

@ -263,5 +263,5 @@ static bool clock_stretch_timeout(i2c_bb_state *s) {
}
static void i2c_delay(void) {
timer_sleep(1e-6);
timer_sleep(2.5e-7);
}