mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
NANO: Reduce ISC I2C frequency to standard.
This commit is contained in:
parent
7fc6a0d4dd
commit
288d0f72eb
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user