v0.1.0
This release adds the CustomInputAdapter and CustomOutputAdapter, allowing much easier integration with other systems.
Telem is also now available on PineStore! Check it out at https://pinestore.cc/
Backplane
- Add date to debug output
Inputs
- Add CustomInputAdapter
- Move component assignment to
input:setBoot(...)
method. Called on everyread()
to repair missing peripherals
Outputs
- Add CustomOutputAdapter
API
- Breaking change: Enforce numeric Metric values
- Export Metric and MetricCollection to public API
Internal
- Publish to PineStore
- Improve build script
Full Changelog: v0.0.2...v0.1.0