You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python program grove_button.py gets stuck if there is digitalRead. It prints 255 when the button is pressed down, but hangs when the button is released. digitalWrite is working fine. What could be the issue here?
Hi,
The python program
grove_button.py
gets stuck if there isdigitalRead
. It prints 255 when the button is pressed down, but hangs when the button is released.digitalWrite
is working fine. What could be the issue here?Setup:
The text was updated successfully, but these errors were encountered: