hd44780-controller 0.1.0-alpha.2

HD44780 LCD controller with async/sync support for embedded-hal
Documentation
mod common;
pub use common::*;

mod command_ext;
pub use command_ext::*;

#[cfg(any(feature = "i2c-expander-device", feature = "i2c-expander-device-async"))]
#[cfg_attr(
    docsrs,
    doc(cfg(any(feature = "i2c-expander-device", feature = "i2c-expander-device-async")))
)]
pub mod i2c_expander_device;

#[cfg(any(feature = "pcf8574-device", feature = "pcf8574-device-async"))]
#[cfg_attr(
    docsrs,
    doc(cfg(any(feature = "pcf8574-device", feature = "pcf8574-device-async")))
)]
pub mod pcf8574;