Crates.io | embedded-simple-ui |
lib.rs | embedded-simple-ui |
version | 1.0.1 |
source | src |
created_at | 2024-05-16 15:03:15.809421 |
updated_at | 2024-05-16 19:05:03.96313 |
description | Simple UI elements (LED, hw switch, etc.) with implementations on top of embedded-hal and embedded-time crates |
homepage | |
repository | https://github.com/0xfrej/vlcb-rs.git |
max_upload_size | |
id | 1242138 |
size | 31,556 |
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.
embedded-hal
and embedded-time
Add embedded-simple-ui
to your Cargo.toml
:
[dependencies]
embedded-simple-ui = "1.0.0"
TODO: add usage and examples
// Add code examples here
Contributions are welcome! Please see our contribution guidelines.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.