microflo-core
Version:
Core components for MicroFlo
25 lines (17 loc) • 847 B
Markdown
microflo-core
===============
[](https://travis-ci.org/microflo/microflo-core)
Core components for [MicroFlo](http://github.com/microflo/microflo).
## Inclusion criteria
Components that go into `microflo-core` must:
* Be licensed under MIT
* Use portable, platform-independent code
* Have no external dependencies
* Include tests, as fbp-spec files
* Not use dynamic allocation
* Be useful for several kinds of applications
Arduino-specific components should go into [microflo-arduino](https://github.com/microflo/microflo-arduino),
and other components can go into [microflo-contrib](https://github.com/microflo/microflo-contrib)
As of December 2017, we are still in the progress of making sure existing components conform to this.
## License
[MIT](./LICENSE)