mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Merge pull request #3423 from jflyper/bfdev-amend-left-out-LEDx-defs
Amend leftout LEDx defs
This commit is contained in:
commit
c9a2701fe0
5 changed files with 10 additions and 10 deletions
|
@ -21,8 +21,8 @@
|
||||||
|
|
||||||
#define USBD_PRODUCT_STRING "AnyFCF7"
|
#define USBD_PRODUCT_STRING "AnyFCF7"
|
||||||
|
|
||||||
#define LED0 PB7
|
#define LED0_PIN PB7
|
||||||
#define LED1 PB6
|
#define LED1_PIN PB6
|
||||||
|
|
||||||
#define BEEPER PB2 // Unused pin, can be mapped to elsewhere
|
#define BEEPER PB2 // Unused pin, can be mapped to elsewhere
|
||||||
#define BEEPER_INVERTED
|
#define BEEPER_INVERTED
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
|
|
||||||
#define USE_ESC_SENSOR
|
#define USE_ESC_SENSOR
|
||||||
|
|
||||||
#define LED0 PB6 //red
|
#define LED0_PIN PB6 //red
|
||||||
#define LED1 PB9 //blue
|
#define LED1_PIN PB9 //blue
|
||||||
|
|
||||||
#define BEEPER PB2 // Unused pin, can be mapped to elsewhere
|
#define BEEPER PB2 // Unused pin, can be mapped to elsewhere
|
||||||
#define BEEPER_INVERTED
|
#define BEEPER_INVERTED
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
|
|
||||||
#define USBD_PRODUCT_STRING "NucleoF7"
|
#define USBD_PRODUCT_STRING "NucleoF7"
|
||||||
|
|
||||||
#define LED0 PB7
|
#define LED0_PIN PB7
|
||||||
#define LED1 PB14
|
#define LED1_PIN PB14
|
||||||
|
|
||||||
#define BEEPER PA0
|
#define BEEPER PA0
|
||||||
#define BEEPER_INVERTED
|
#define BEEPER_INVERTED
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
|
|
||||||
//#define USE_ESC_TELEMETRY
|
//#define USE_ESC_TELEMETRY
|
||||||
|
|
||||||
#define LED0 PB7 // blue
|
#define LED0_PIN PB7 // blue
|
||||||
#define LED1 PB14 // red
|
#define LED1_PIN PB14 // red
|
||||||
|
|
||||||
#define BEEPER PA0
|
#define BEEPER PA0
|
||||||
#define BEEPER_INVERTED
|
#define BEEPER_INVERTED
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
|
|
||||||
#define USBD_PRODUCT_STRING "VRRACE"
|
#define USBD_PRODUCT_STRING "VRRACE"
|
||||||
|
|
||||||
#define LED0 PD14
|
#define LED0_PIN PD14
|
||||||
#define LED1 PD15
|
#define LED1_PIN PD15
|
||||||
#define BEEPER PA0
|
#define BEEPER PA0
|
||||||
#define BEEPER_INVERTED
|
#define BEEPER_INVERTED
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue