Skip to content

Commit

Permalink
changed gpriozeroBlock example from button on pin 1 to button on pin 5
Browse files Browse the repository at this point in the history
  • Loading branch information
APM1015 committed Mar 20, 2024
1 parent 358a282 commit 84019dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GPIOZeroBlock.py
Expand Up @@ -2,7 +2,7 @@


#GPIO button on button 1
button = Button(1)
button = Button(5)


#led on pin 2
Expand Down

0 comments on commit 84019dc

Please sign in to comment.