8 lines
125 B
Go
8 lines
125 B
Go
// Package types defines the types necessary to handle peripherals
|
|
package types
|
|
|
|
type (
|
|
CommandID uint8
|
|
Command uint8
|
|
)
|