added board led for metro m4

This commit is contained in:
hathach
2018-11-14 13:28:39 +07:00
parent 4b1f4c7b6f
commit eea1f8597e
3 changed files with 13 additions and 5 deletions
-2
View File
@@ -47,8 +47,6 @@
/* MACRO TYPEDEF CONSTANT ENUM
*------------------------------------------------------------------*/
#define LED_STATE_ON 0
#define LED_STATE_OFF (1-LED_STATE_ON)
uint8_t _button_pins[] = { 11, 12, 24, 25 };