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
The hacker LMBFAO (an anonymous contributor) has sent to us a utilities.py file that has some working functions for manipulating the CircuitPython file system in fun ways. These functions are going to be pretty useful for logging and over the air updates and as a result we should move quickly to get them integrated with our current code.
This task is pretty straightforward, just figure out how best to to bring these new functions into the current pysquared library along with any API changes that need to be made so these utilities can be used by other classes easily.
Acceptance Criteria
utilities.py is merged with the pysquared library
Some light documentation of how all the functions in utilities.py are used is created
API updated to allow functions to be used by other classes
Technical Notes
CircuitPython Storage Docs
This is a bit of an open ended task. If you take it on and want more guidance ping @Mikefly123 to setup a meeting to discuss how this class is supposed to work.
The text was updated successfully, but these errors were encountered:
Description of the Task
The hacker
LMBFAO
(an anonymous contributor) has sent to us a utilities.py file that has some working functions for manipulating the CircuitPython file system in fun ways. These functions are going to be pretty useful for logging and over the air updates and as a result we should move quickly to get them integrated with our current code.This task is pretty straightforward, just figure out how best to to bring these new functions into the current
pysquared
library along with any API changes that need to be made so these utilities can be used by other classes easily.Acceptance Criteria
utilities.py
is merged with thepysquared
libraryutilities.py
are used is createdTechnical Notes
CircuitPython Storage Docs
This is a bit of an open ended task. If you take it on and want more guidance ping @Mikefly123 to setup a meeting to discuss how this class is supposed to work.
The text was updated successfully, but these errors were encountered: