Fixed frequency of I2C to work with servo controller

This commit is contained in:
Niklas Jensen
2025-12-02 15:29:05 +01:00
parent 2037b654a6
commit b8038e402b
@@ -13,7 +13,7 @@
#define SCL_PIN SCL
#endif
#ifndef I2C_FREQUENCY
#define I2C_FREQUENCY 1000000UL
#define I2C_FREQUENCY 400000UL
#endif
// Use proto types directly