Moved battery, os docking into a new "v1" module

Added all_info to a module in v1
This commit is contained in:
Jordon Brooks 2023-06-25 11:53:22 +01:00
parent 8169dfd022
commit 1e5bda520a
16 changed files with 18 additions and 16 deletions

4
src/v1/mod.rs Normal file
View file

@ -0,0 +1,4 @@
pub mod battery;
pub mod docking;
pub mod os;
pub mod all_info;