Core components for MicroFlo.
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, and other components can go into microflo-contrib
As of December 2017, we are still in the progress of making sure existing components conform to this.