hd44780-controller 0.1.0-alpha.2

HD44780 LCD controller with async/sync support for embedded-hal
Documentation
1
2
3
4
5
6
7
8
9
#![no_std]
#![deny(unsafe_code)]
#![allow(async_fn_in_trait)]
#![cfg_attr(docsrs, feature(doc_cfg))]

pub mod charset;
pub mod command;
pub mod controller;
pub mod device;