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
This is going to be one of those issues where if I knew more I might not have to ask about it. I noticed that the 9.2.1 firmware for Pico 2 (rp2350) currently doesn't include the Alarm module. I briefly looked at the shared-bindings code in the repo (and I am completely incompetent w/ C) but I didn't see any code in there that looked specific to implementing alarms per-board.
Can I ask about progress or progression blocks for this module specific to the rp2350? Was it an intentional removal? Is there a better way to poll for a button press to wake from deep sleep with the newer chip that I'm unaware of w/ circuitpython?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, if you're curious about the project structure, the port-specific implementations are found in the ports/<portname>/common-hal/ directories (and supporting libraries in the port directory). shared-bindings define the python interface to modules and shared-module common implementations.
This is going to be one of those issues where if I knew more I might not have to ask about it. I noticed that the 9.2.1 firmware for Pico 2 (rp2350) currently doesn't include the Alarm module. I briefly looked at the shared-bindings code in the repo (and I am completely incompetent w/ C) but I didn't see any code in there that looked specific to implementing alarms per-board.
Can I ask about progress or progression blocks for this module specific to the rp2350? Was it an intentional removal? Is there a better way to poll for a button press to wake from deep sleep with the newer chip that I'm unaware of w/ circuitpython?
Thanks in advance.
The text was updated successfully, but these errors were encountered: