Commit ec3c8eb5 authored by Sandeep Mistry's avatar Sandeep Mistry

Correct PIN_LEDn values

Resolves #1.
parent c2e69012
...@@ -61,10 +61,10 @@ extern "C" ...@@ -61,10 +61,10 @@ extern "C"
#define digitalPinToInterrupt(P) ( P ) #define digitalPinToInterrupt(P) ( P )
// LEDs // LEDs
#define PIN_LED1 (17) #define PIN_LED1 (6)
#define PIN_LED2 (18) #define PIN_LED2 (7)
#define PIN_LED3 (19) #define PIN_LED3 (8)
#define PIN_LED4 (20) #define PIN_LED4 (9)
#define LED_BUILTIN PIN_LED1 #define LED_BUILTIN PIN_LED1
// Buttons // Buttons
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment