We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c17ecc + 974cd83 commit 6a106a8Copy full SHA for 6a106a8
README.md
@@ -13,7 +13,7 @@ If you have ideas, hit me message or make an issue.
13
#include <Bugtton.h>
14
15
const uint8_t buttonCount = 6;
16
-const uint8_t buttonPins[buttonCount] = {2,3,4,-5,6,7,14}; // pin5 with pull down resistor
+const uint8_t buttonPins[buttonCount] = {2,3,4,-5,6,7}; // pin5 with pull down resistor
17
Bugtton buttons(buttonCount, buttonPins, 25);
18
19
void setup() {
0 commit comments