We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe13ba7 commit ba723e1Copy full SHA for ba723e1
src/lib.rs
@@ -29,7 +29,9 @@ use cast::{u32, u64};
29
use i2cdev::core::I2CDevice;
30
use spidev::SpidevTransfer;
31
32
-pub mod serial_impl;
+mod serial;
33
+
34
+pub use serial::Serial;
35
36
/// Empty struct that provides delay functionality on top of `thread::sleep`
37
pub struct Delay;
src/serial_impl.rs src/serial.rssrc/serial_impl.rs renamed to src/serial.rs
0 commit comments