Skip to content

Commit

Permalink
Update button pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert Arias committed Apr 11, 2020
1 parent b942ad2 commit 246611a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/MultipleButtons/MultipleButtons.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#include <EasyButton.h>

// Arduino pin where the buttons are connected to
#define BUTTON_ONE_PIN 26
#define BUTTON_TWO_PIN 27
#define BUTTON_ONE_PIN 2
#define BUTTON_TWO_PIN 4

#define BAUDRATE 115200

Expand Down
2 changes: 1 addition & 1 deletion examples/MultipleSequence/MultipleSequence.ino
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <EasyButton.h>

// Arduino pin where the button is connected to.
#define BUTTON_PIN 16
#define BUTTON_PIN 2

#define BAUDRATE 115200

Expand Down
2 changes: 1 addition & 1 deletion examples/Pressed/Pressed.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <EasyButton.h>

// Arduino pin where the button is connected to.
#define BUTTON_PIN 26
#define BUTTON_PIN 2

#define BAUDRATE 115200

Expand Down
2 changes: 1 addition & 1 deletion examples/PressedForDuration/PressedForDuration.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <EasyButton.h>

// Arduino pin where the button is connected to.
#define BUTTON_PIN 26
#define BUTTON_PIN 2

#define BAUDRATE 115200

Expand Down
2 changes: 1 addition & 1 deletion examples/Sequence/Sequence.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <EasyButton.h>

// Arduino pin where the button is connected to.
#define BUTTON_PIN 26
#define BUTTON_PIN 2

#define BAUDRATE 115200

Expand Down

0 comments on commit 246611a

Please sign in to comment.