Update config.h

This commit is contained in:
jonylee@hfd 2024-10-26 10:28:43 +08:00 committed by GitHub
parent e869f88454
commit e4f3d4565c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,6 +20,7 @@
#define I2C1_SDA_PIN B7 #define I2C1_SDA_PIN B7
#define I2C1_SCL_PIN B6 #define I2C1_SCL_PIN B6
#define I2C1_CLOCK_SPEED 400000 /* 400000 */ #define I2C1_CLOCK_SPEED 400000 /* 400000 */
#define I2C1_OPMODE OPMODE_I2C
#define LED_MAC_OS_PIN B13 #define LED_MAC_OS_PIN B13
#define LED_WIN_LOCK_PIN B14 #define LED_WIN_LOCK_PIN B14