Skip to content

[BUG] Adafruit RP2350 CircuitPython Doesn't Support Alarms #1

Closed
@Mikefly123

Description

@Mikefly123

Summary

Uh yeah I guess the alarm module is not supported for RP2350's. Not sure why yet, it might just be a config thing? More research is needed.

Steps to reproduce

Attempt to run the sleep_helper in pysquared it throws the following error:

main.py output:
Traceback (most recent call last):
  File "main.py", line 25, in <module>
  File "lib/pysquared/functions.py", line 23, in <module>
  File "lib/pysquared/sleep_helper.py", line 4, in <module>
ImportError: no module named 'alarm'

Environment

FC Board V5a running code from main.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions