NANO: Reduce ISC I2C frequency to standard.

This commit is contained in:
iabdalkader 2021-02-25 23:48:04 +02:00
parent 7fc6a0d4dd
commit 288d0f72eb

View File

@ -104,7 +104,7 @@
#define ISC_I2C_ID (0)
#define ISC_I2C_SCL_PIN (2)
#define ISC_I2C_SDA_PIN (31)
#define ISC_I2C_SPEED (CAMBUS_SPEED_FULL)
#define ISC_I2C_SPEED (CAMBUS_SPEED_STANDARD)
// I2C0
#define TWI0_ID (0)