We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
alarm
Attempt to run the sleep_helper in pysquared it throws the following error:
sleep_helper
pysquared
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'
FC Board V5a running code from main.
main
The text was updated successfully, but these errors were encountered:
For now I am going to try and just bypass this by not using the sleep_helper in the V5a flight controller board implementation.
Sorry, something went wrong.
This has been solved by building firmware using the code in this open Pull Request on upstream CircuitPython:
adafruit/circuitpython#10023
No branches or pull requests
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
inpysquared
it throws the following error:Environment
FC Board V5a running code from
main
.The text was updated successfully, but these errors were encountered: