5 lines
103 B
Go
5 lines
103 B
Go
// Package types defines the types necessary to handle peripherals
|
|
package types
|
|
|
|
type CommandID uint8
|