1
0
forked from me/IronOS

Revert to slower software I2C

This commit is contained in:
Ben V. Brown
2023-06-29 18:52:53 +10:00
parent 803d75cd9d
commit 43094b2222

View File

@@ -33,7 +33,7 @@
#define SOFT_I2C_DELAY() \
{ \
for (int xx = 0; xx < 10; xx++) { \
for (int xx = 0; xx < 15; xx++) { \
asm("nop"); \
} \
}