1 2 3 4 5 6
/// submodule as interface to use GPIO feature pub mod gpio; /// submodule as interface to use I2C feature pub mod i2c; /// submodule as interface to use UART feature pub mod uart;