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
1
2
3
4
5
#![cfg_attr(not(any(test, feature = "std")), no_std)]
#![deny(unsafe_code)]

pub mod led;
pub mod switch;