1 2 3 4 5 6 7 8 9 10
#![no_std] mod chip; pub mod gpio; pub mod spi; pub use chip::pac; pub use chip::peripherals; // peripherals define pub use chip::Peripherals; // peripherals struct pub use chip::interrupt;