Added node comms

This commit is contained in:
Zachary Sunforge
2024-06-22 22:49:15 -07:00
parent a95cb64941
commit 9e6acfee70
7 changed files with 66 additions and 6 deletions

2
node/src/stm32/mod.rs Normal file
View File

@ -0,0 +1,2 @@
#[cfg(feature = "usb")]
pub mod usb;