add qei trait and implementation

This commit is contained in:
xoviat
2021-03-11 16:25:38 -06:00
parent 16e00669ae
commit fa807d2f08
4 changed files with 111 additions and 0 deletions

View File

@@ -9,5 +9,6 @@
pub mod delay;
pub mod flash;
pub mod gpio;
pub mod qei;
pub mod i2c;
pub mod uart;