Blinker
A no_std led blinking library for embedded systems.
Features
- Async/await support
- Configurable blink patterns through
Schedule - Support for both finite and infinite blinking sequences
- No heap allocation (uses heapless Vec)
use ;
use Duration;
use StatefulOutputPin;
async
See src/lib.rs for more examples.