common: Add the display module.
[gps-watch.git] / src / common / lib.rs
index 34522e8f968518a2c3a3e930f02d36433c177dbe..b6a08c71904f78ae5a812fe611ae144e6893e3cd 100644 (file)
 pub mod register;
 pub mod nvic;
 pub mod clock;
+pub mod systick;
+pub mod port;
+pub mod gpio;
+pub mod i2c;
+pub mod watchdog;
+pub mod crc32;
+pub mod buffer;
 pub mod usb_serial;
+pub mod screen;
+pub mod display;
 
 use core::panic::PanicInfo;