mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 02:38:07 +08:00
comments on led color
This commit is contained in:
@@ -37,18 +37,21 @@
|
||||
/* Peripheral bus clock freq. */
|
||||
#define PCLK (CCLK / PBSD_VAL)
|
||||
|
||||
/* green */
|
||||
#ifndef USE_LED_1
|
||||
#define USE_LED_1 1
|
||||
#endif
|
||||
#define LED_1_BANK 1
|
||||
#define LED_1_PIN 17
|
||||
|
||||
/* red */
|
||||
#ifndef USE_LED_2
|
||||
#define USE_LED_2 1
|
||||
#endif
|
||||
#define LED_2_BANK 1
|
||||
#define LED_2_PIN 16
|
||||
|
||||
/* yellow */
|
||||
#ifndef USE_LED_3
|
||||
#define USE_LED_3 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user