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 pio_1hz.py example has a off-by-one cycle issue between pin high and pin low. The delays should be exact, even if it's insignificant for a LED blink in this IRQ example.
This Logic 2 capture shows the timing difference between pin high and pin low.
The text was updated successfully, but these errors were encountered:
stigbjorlykke
added a commit
to stigbjorlykke/pico-micropython-examples
that referenced
this issue
Dec 15, 2022
The
pio_1hz.py
example has a off-by-one cycle issue between pin high and pin low. The delays should be exact, even if it's insignificant for a LED blink in this IRQ example.This Logic 2 capture shows the timing difference between pin high and pin low.
The text was updated successfully, but these errors were encountered: