common: Add the varint module.
[gps-watch.git] / src / common / lib.rs
index 69cd7be4f8110e80219421339682585e92ed4a85..a9c4f90bfc5c4f49daa8acab6eb745b62247a77f 100644 (file)
@@ -32,6 +32,7 @@ pub mod systick;
 pub mod port;
 pub mod gpio;
 pub mod i2c;
+pub mod spi;
 pub mod uart;
 pub mod watchdog;
 pub mod crc32;
@@ -43,3 +44,8 @@ pub mod display;
 pub mod gps;
 pub mod fmt;
 pub mod time;
+pub mod storage;
+pub mod mx25l;
+pub mod shell;
+pub mod yencode;
+pub mod varint;