More organization - need to use the new flow for probing

This commit is contained in:
2025-12-15 23:47:01 +00:00
parent 3ffad42922
commit 65b915c3ff
8 changed files with 146 additions and 40 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
// Package types defines the types necessary to handle peripherals
package types
type CommandID uint8
type (
CommandID uint8
Command uint8
)