Fixed frequency of I2C to work with servo controller
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#define SCL_PIN SCL
|
||||
#endif
|
||||
#ifndef I2C_FREQUENCY
|
||||
#define I2C_FREQUENCY 1000000UL
|
||||
#define I2C_FREQUENCY 400000UL
|
||||
#endif
|
||||
|
||||
class PinConfig {
|
||||
|
||||
Reference in New Issue
Block a user