1#![cfg_attr(not(any(test, feature = "std")), no_std)] 2#![deny(unsafe_code)] 3 4pub mod led; 5pub mod switch;