rename led blink fast name

This commit is contained in:
hathach
2018-11-23 11:46:21 +07:00
parent 94e23a928c
commit 4f48b8b51a
7 changed files with 20 additions and 16 deletions

View File

@ -43,8 +43,9 @@
/* LED
*------------------------------------------------------------------*/
#define LEDS_NUMBER 2
#define LED_1 _PINNUM(1, 2) // P1.02
#define LED_2 _PINNUM(1, 10) // P1.10
#define LED_1 _PINNUM(1, 15)
#define LED_2 _PINNUM(1, 10)
#define LED_NEOPIXEL 16
#define LED_STATE_ON 1
/*------------------------------------------------------------------*/