mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Convert LEDx to LEDx_PIN
This commit is contained in:
parent
c168c1b228
commit
2fb6f7382c
5 changed files with 10 additions and 10 deletions
|
@ -21,8 +21,8 @@
|
|||
|
||||
#define USBD_PRODUCT_STRING "AnyFCF7"
|
||||
|
||||
#define LED0 PB7
|
||||
#define LED1 PB6
|
||||
#define LED0_PIN PB7
|
||||
#define LED1_PIN PB6
|
||||
|
||||
#define BEEPER PB2 // Unused pin, can be mapped to elsewhere
|
||||
#define BEEPER_INVERTED
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
#define USE_ESC_SENSOR
|
||||
|
||||
#define LED0 PB6 //red
|
||||
#define LED1 PB9 //blue
|
||||
#define LED0_PIN PB6 //red
|
||||
#define LED1_PIN PB9 //blue
|
||||
|
||||
#define BEEPER PB2 // Unused pin, can be mapped to elsewhere
|
||||
#define BEEPER_INVERTED
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
|
||||
#define USBD_PRODUCT_STRING "NucleoF7"
|
||||
|
||||
#define LED0 PB7
|
||||
#define LED1 PB14
|
||||
#define LED0_PIN PB7
|
||||
#define LED1_PIN PB14
|
||||
|
||||
#define BEEPER PA0
|
||||
#define BEEPER_INVERTED
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
//#define USE_ESC_TELEMETRY
|
||||
|
||||
#define LED0 PB7 // blue
|
||||
#define LED1 PB14 // red
|
||||
#define LED0_PIN PB7 // blue
|
||||
#define LED1_PIN PB14 // red
|
||||
|
||||
#define BEEPER PA0
|
||||
#define BEEPER_INVERTED
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
|
||||
#define USBD_PRODUCT_STRING "VRRACE"
|
||||
|
||||
#define LED0 PD14
|
||||
#define LED1 PD15
|
||||
#define LED0_PIN PD14
|
||||
#define LED1_PIN PD15
|
||||
#define BEEPER PA0
|
||||
#define BEEPER_INVERTED
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue