Skip to content

Commit

Permalink
added full pin name
Browse files Browse the repository at this point in the history
  • Loading branch information
hallard committed Dec 12, 2023
1 parent 9207739 commit 04f0e5b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions custom_targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,25 @@
"MCU_STM32WL55xC"
],
"macros_add": [
"LED_ACTIVE_LOW=1",
"LED1=PB_5",
"LED2=PB_6",
"LED3=PB_7",
"BUTTON1=PB_3",
"BAT_EN=PB_4",
"BAT_MON=PB_2",
"POWER_SENSOR=PB_12",
"POWER_FLASH=PC_13",
"INT_ACC=PA_8",
"BUZZER=PA_15",
"I2C_SDA=PA_10",
"I2C_SCL=PA_9",
"I2C2_SDA=PA_11",
"I2C2_SCL=PA_12",
"SPI_CS=PA_4",
"SPI_SCK=PA_5",
"SPI_MISO=PA_6",
"SPI_MOSI=PA_7"
],
"device_name": "STM32WL55JCIx"
}
Expand Down

0 comments on commit 04f0e5b

Please sign in to comment.