feat: early stage of defining protocols that can be implemented by drivers

This commit is contained in:
2025-04-21 16:42:54 -04:00
parent f884bc7675
commit f422888d37
3 changed files with 46 additions and 0 deletions

1
protocol/src/lib.rs Normal file
View File

@@ -0,0 +1 @@
pub mod light;