Skip to content

v0.14.0 - "setup" decorator

Compare
Choose a tag to compare
@BrianPugh BrianPugh released this 29 Nov 22:19
· 312 commits to main since this release
53c8b48

Features

  • Added the @device.setup decorator for executing the function body in a global context. See examples/01_blink.

Breaking Changes

  • Change the .belay-lib/ folder (for package managed dependencies) to .belay/dependencies/default.

Bug Fixes

  • Fixed on-device tasks not being able to be directly invoked.
  • Improve some typing.

Misc

  • Refactored device.py into multiple modules.
  • Updated some out-of-date documentation.