Versions in this module Expand all Collapse all v0 v0.1.0 May 8, 2020 Changes in this version + var SPI_ROM_DATA = map[byte][]byte + type Controller struct + Input ControllerInput + LogLevel int + func NewController(path string) *Controller + func (c *Controller) Close() + func (c *Controller) Connect() error + type ControllerInput struct + Button struct{ ... } + Dpad struct{ ... } + Stick struct{ ... }