tm1637-embedded-hal 0.5.2

A platform agnostic driver to interface with the TM1637 (7-segment LED display) using embedded-hal and embedded-hal-async.
Documentation
1
2
3
4
5
6
//! Async or blocking mode.

/// Async or blocking mode.
///
/// Implemented by [`Async`](crate::tokens::Async) and [`Blocking`](crate::tokens::Blocking) and used by the [`TM1637Builder`](crate::builder::TM1637Builder).
pub trait Mode {}