fn main() { cc::Build::new() .file("src/lcd1602.c") .file("src/lcd2004.c") .compile("lcd1602"); }