Merge pull request #77 from michaelcress/master

Correcting spelling error in README file
This commit was merged in pull request #77.
This commit is contained in:
Thomas O Fredericks
2021-03-04 00:18:06 -05:00
committed by GitHub
+1 -1
View File
@@ -96,7 +96,7 @@ void loop() {
The Button class matches an electrical state to a physical action.
Use .setPressedState(LOW or HIGH) to set the detection state for when the button is pressed.
INSCRUCTIONS
INSTRUCTIONS
====================
Set BUTTON_PIN to the pin attached to the button.
Set LED_PIN to the pin attached to a LED.