✍️ Updates I2C freq to Fast Mode Plus

This commit is contained in:
Rune Harlyk
2025-03-28 23:46:59 +01:00
committed by Rune Harlyk
parent 4c33a75164
commit fc04d1b8d6
@@ -14,7 +14,7 @@
#define SCL_PIN SCL #define SCL_PIN SCL
#endif #endif
#ifndef I2C_FREQUENCY #ifndef I2C_FREQUENCY
#define I2C_FREQUENCY 100000UL #define I2C_FREQUENCY 1000000UL
#endif #endif
class PinConfig { class PinConfig {