Adds the Planck EZ, 3737 RGB, fixes out-of-tune notes

This commit is contained in:
Jack Humbert 2019-04-01 22:37:47 -04:00
parent 40c6269f9f
commit 96e6c1fa31
13 changed files with 959 additions and 14 deletions

View file

@ -154,7 +154,11 @@
/*
* I2C driver system settings.
*/
#define STM32_I2C_USE_I2C1 FALSE
// #ifdef STM32_I2C
#define STM32_I2C_USE_I2C1 TRUE
// #else
// #define STM32_I2C_USE_I2C1 FALSE
// #endif
#define STM32_I2C_USE_I2C2 FALSE
#define STM32_I2C_BUSY_TIMEOUT 50
#define STM32_I2C_I2C1_IRQ_PRIORITY 10