[rtduino][stm32-l476] add LED_BUILTIN

This commit is contained in:
Meco Man 2023-08-04 22:07:59 -04:00
parent 94eb8c29be
commit 1c03d59651
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
#define F_CPU 80000000L /* CPU:80MHz */
#define LED_BUILTIN D13 /* Default Built-in LED */
/* i2c1 : PB9-SDA PB8-SCL */
#define RTDUINO_DEFAULT_IIC_BUS_NAME "i2c1"