diff options
-rw-r--r-- | main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -97,7 +97,8 @@ int main() { GPIOB.CRH = 0x44444444; GPIOB.ODR = 1 << 1; - Time::sleep(10); + // Give all hardware enough time to initialize. + Time::sleep(100); //I2C i2c; i2c.enable(); |