embedded-simple-ui

Crates.ioembedded-simple-ui
lib.rsembedded-simple-ui
version1.0.1
sourcesrc
created_at2024-05-16 15:03:15.809421
updated_at2024-05-16 19:05:03.96313
descriptionSimple UI elements (LED, hw switch, etc.) with implementations on top of embedded-hal and embedded-time crates
homepage
repositoryhttps://github.com/0xfrej/vlcb-rs.git
max_upload_size
id1242138
size31,556
Freja (0xfrej)

documentation

https://docs.rs/embedded-simple-ui/

README

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 and embedded-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.

Commit count: 0

cargo fmt