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
.zipfile. - Examples:
- A standalone
examplesbundle is now built. .py& .mpybundles now include anexamplesfolder.- 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
.pyformat. On memory-constrained platforms, it may be necessary to utilizempy-crossto reduce memory impact.
- A standalone