embedded-simple-ui 1.0.1

Simple UI elements (LED, hw switch, etc.) with implementations on top of embedded-hal and embedded-time crates
Documentation
  • Coverage
  • 78%
    39 out of 50 items documented0 out of 43 items with examples
  • Size
  • Source code size: 33.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • 0xfrej

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.