lcd1602rs 0.3.0

A tiny package to write to a LCD1602 via I2C (e.g. on a Raspberry Pi)
Documentation
1
2
3
4
5
6
fn main() {
    cc::Build::new()
        .file("src/lcd1602.c")
        .file("src/lcd2004.c")
        .compile("lcd1602");
}