Now Includes Library Example Files!
CircuitPython Build Tools now includes example files from each library!
Change Log:
- Folder structure was changed to include a top level folder with the same name as the
.zip
file. - Examples:
- A standalone
examples
bundle is now built. .py
& .mpy
bundles now include anexamples
folder.- The example files come from each library's
/examples/
folder. This allows users to quickly test devices with the documented examples; simply useimport examples.<filename>
. This further allows users to have an easily accessible local copy of all examples, to use as reference or build upon - All included example files are in the raw
.py
format. On memory-constrained platforms, it may be necessary to utilizempy-cross
to reduce memory impact.
- A standalone