1 stable release
1.0.1 | May 16, 2024 |
---|
#453 in Embedded development
21 downloads per month
19KB
298 lines
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-hal
andembedded-time
Installation
Add embedded-simple-ui
to your Cargo.toml
:
[dependencies]
embedded-simple-ui = "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.
Dependencies
~660KB
~12K SLoC