leds working on both sides

This commit is contained in:
Jack Humbert 2018-12-19 20:11:54 -05:00
parent e0f94480d1
commit beaf774a81
8 changed files with 300 additions and 7 deletions

View file

@ -76,7 +76,7 @@
* @brief Enables the I2C subsystem.
*/
#if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
#define HAL_USE_I2C FALSE
#define HAL_USE_I2C TRUE
#endif
/**