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