embedded-simple-ui
Overview
embedded-simple-ui provides simple UI elements implementations such as LED, hardware switch, etc., built on top of the embedded-hal and embedded-time crates.
Features
- LED control
- Hardware switch interface
- Easy integration with
embedded-halandembedded-time
Installation
Add embedded-simple-ui to your Cargo.toml:
[]
= "1.0.0"
Usage
TODO: add usage and examples
// Add code examples here
Contributing
Contributions are welcome! Please see our contribution guidelines.
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.