- Notifications
You must be signed in to change notification settings - Fork236
Open
Description
MicroPython v1.25.0-preview.187.g1b4c969ce on 2025-01-14; Raspberry Pi Pico2 with RP2350
pio_1hz.py prints:ValueError: freq out of range
A quick fix would probably bemachine.freq(125_000_000) but the LED only switches on and never off (possibly needs somesleep() at the end).
pio_blink.py works ifmachine.freq(125_000_000) is prepended, but if the state engine id is changed from0 to8…11 then nothing happens.
pio_exec.py works even when the state engine id is changed from0 to8…11.
pio_pwm.py works as long as the state engine id is not changed to8…11 (i.e.0…7 are OK).
Metadata
Metadata
Assignees
Labels
No labels