Skip to content

Commit

Permalink
board:espino:variant: rename button macro (naming coherence)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v committed Feb 7, 2018
1 parent 300c56f commit 57d2fd8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions variants/espino/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ static const uint8_t SCL = PIN_WIRE_SCL;
static const uint8_t LED_BUILTIN_R = 2;
static const uint8_t LED_BUILTIN_G = 4;
static const uint8_t LED_BUILTIN_B = 5;
static const uint8_t BUTTON_BUILTIN = 0;

/*
static const uint8_t BUILTIN_LEDR = 2;
static const uint8_t BUILTIN_LEDG = 4;
static const uint8_t BUILTIN_LEDB = 5;
static const uint8_t BUILTIN_BUTTON = 0;
*/

#endif /* Pins_Arduino_h */

0 comments on commit 57d2fd8

Please sign in to comment.