1 2 3 4 5 6
fn main() { cc::Build::new() .file("src/lcd1602.c") .file("src/lcd2004.c") .compile("lcd1602"); }