Versions in this module Expand all Collapse all v1 v1.1.0 Jan 9, 2017 v1.0.0 Dec 21, 2016 Changes in this version + type Adaptor struct + func NewAdaptor() *Adaptor + func (j *Adaptor) Connect() (err error) + func (j *Adaptor) Finalize() (err error) + func (j *Adaptor) Name() string + func (j *Adaptor) SetName(n string) + type Driver struct + func NewDriver(a *Adaptor, config string, v ...time.Duration) *Driver + func (j *Driver) Connection() gobot.Connection + func (j *Driver) Halt() (err error) + func (j *Driver) Name() string + func (j *Driver) SetName(n string) + func (j *Driver) Start() (err error) v0 v0.13.0 Oct 10, 2016 Changes in this version + const APress + const ARelease + const BPress + const BRelease + const BackPress + const BackRelease + const CirclePress + const CircleRelease + const Down + const HomePress + const HomeRelease + const L1 + const L2 + const LBPress + const LBRelease + const LTPress + const LTRelease + const Left + const LeftX + const LeftY + const OptionsPress + const OptionsRelease + const R1 + const R2 + const RBPress + const RBRelease + const RTPress + const RTRelease + const Right + const RightX + const RightY + const SharePress + const ShareRelease + const SquarePress + const SquareRelease + const StartPress + const StartRelease + const TrianglePress + const TriangleRelease + const Up + const XPress + const XRelease + const YPress + const YRelease v0.12.1 Jul 13, 2016 v0.12.0 Jul 13, 2016 v0.11.0 Feb 17, 2016 Changes in this version + type JoystickAdaptor struct + func NewJoystickAdaptor(name string) *JoystickAdaptor + func (j *JoystickAdaptor) Connect() (errs []error) + func (j *JoystickAdaptor) Finalize() (errs []error) + func (j *JoystickAdaptor) Name() string + type JoystickDriver struct + func NewJoystickDriver(a *JoystickAdaptor, name string, config string, v ...time.Duration) *JoystickDriver + func (j *JoystickDriver) Connection() gobot.Connection + func (j *JoystickDriver) Halt() (errs []error) + func (j *JoystickDriver) Name() string + func (j *JoystickDriver) Start() (errs []error)