Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sakabug/Bugtton
Browse files Browse the repository at this point in the history
  • Loading branch information
sakabug committed Nov 23, 2022
2 parents 4c17ecc + 974cd83 commit 6a106a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you have ideas, hit me message or make an issue.
#include <Bugtton.h>
const uint8_t buttonCount = 6;
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
Bugtton buttons(buttonCount, buttonPins, 25);
void setup() {
Expand Down

0 comments on commit 6a106a8

Please sign in to comment.