Documentation ¶
Index ¶
Constants ¶
View Source
const ( QUIT byte = 0x03 NOOP byte = 0x04 )
View Source
const ( VendorLegoID = 0x0694 ProductNXTID = 0x0002 InputEndpoint = 0x82 ^ 0x80 // = 2. Actual endpoint is 0x82, but gousb counts from 1-15. OutputEndpoint = 0x01 ConfigNXT = 1 InterfaceNXT = 0 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct {
// contains filtered or unexported fields
}
func (*Bot) DoInference ¶
func (B *Bot) DoInference()
Click to show internal directories.
Click to hide internal directories.