Skip to content

Now Includes Library Example Files!

Compare
Choose a tag to compare
@sommersoft sommersoft released this 16 Oct 23:06
8a326f3

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 an examples folder.
    • The example files come from each library's /examples/ folder. This allows users to quickly test devices with the documented examples; simply use import 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 utilize mpy-cross to reduce memory impact.