Open
Description
The following MicroPython modules are not referenced in the docs:
- array
- builtins
- ucollections
- gc
- math
- ustruct
- Upstream docs
- Related issue: ustruct module not documented #652
- sys
We should either port the upstream docs (note that the module might only be partially enabled in the micro:bit port) or add an entry and link to the upstream docs.
Taking in consideration we have already ported utime
, micropython
, and machine
, we should probably do the same for these.
PRs are welcomed and I'd be happy to walk through the process with anybody that might want to contribute to the project :)