-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Improve development speed by linting for circuit python spec #27
Comments
Research notes: |
Ultimately what I have found is that you can install circuit python stubs with the It looks like we also must have a unique VID:PID for the board: https://learn.adafruit.com/how-to-add-a-new-board-to-circuitpython/frequently-asked-questions |
Contributing the v4 board definition to the circuitpython repo is in-flight but waiting on our USB VID:PID application.
|
Recently tried running #26 on the satellite and received the following error
no module named 'dataclasses'
. We should try to lint to ensure all code adhears to themicropythoncircuit python standard so devs receive quick feedback to know that their code will work at least run when uploaded to the satellite. I suspect this would have saved me about an hour.The text was updated successfully, but these errors were encountered: