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
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
According to the documentation, calling Halt() or In() on a pin should cause WaitForEdge() to unblock and return false. When I attempt to do this on a Raspberry Pi Zero W, however, WaitForEdge() does not become unblocked.
According to the documentation, calling
Halt()
orIn()
on a pin should causeWaitForEdge()
to unblock and return false. When I attempt to do this on a Raspberry Pi Zero W, however,WaitForEdge()
does not become unblocked.This program will output:
and then block indefinitely.
Platform:
The text was updated successfully, but these errors were encountered: