common: Add the uart module.
[gps-watch.git] / src / common / lib.rs
index 7828fea3224f237605130d4ceae19926009f3dfc..61d8f797da3887ab3d411db998859e14b22d8e7b 100644 (file)
@@ -31,9 +31,14 @@ pub mod clock;
 pub mod systick;
 pub mod port;
 pub mod gpio;
+pub mod i2c;
+pub mod uart;
+pub mod watchdog;
 pub mod crc32;
 pub mod buffer;
 pub mod usb_serial;
+pub mod screen;
+pub mod display;
 
 use core::panic::PanicInfo;