Changed LED_PIN to 17, LED_STATE_ON to 0
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
#endif
|
||||
|
||||
// LED
|
||||
#define LED_PIN 26
|
||||
#define LED_STATE_ON 1
|
||||
#define LED_PIN 17
|
||||
#define LED_STATE_ON 0
|
||||
|
||||
// Button
|
||||
#define BUTTON_PIN 9 // PA4 pin D1 on seed input
|
||||
|
Reference in New Issue
Block a user