Skip to content

Commit 974cd83

Browse files
authored
Update README.md
1 parent 6b7d8bb commit 974cd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you have ideas, hit me message or make an issue.
1313
#include <Bugtton.h>
1414
1515
const uint8_t buttonCount = 6;
16-
const uint8_t buttonPins[buttonCount] = {2,3,4,-5,6,7,14}; // pin5 with pull down resistor
16+
const uint8_t buttonPins[buttonCount] = {2,3,4,-5,6,7}; // pin5 with pull down resistor
1717
Bugtton buttons(buttonCount, buttonPins, 25);
1818
1919
void setup() {

0 commit comments

Comments
 (0)