Versions in this module Expand all Collapse all v0 v0.11.0 Feb 17, 2016 Changes in this version + type EdisonAdaptor struct + func NewEdisonAdaptor(name string) *EdisonAdaptor + func (e *EdisonAdaptor) AnalogRead(pin string) (val int, err error) + func (e *EdisonAdaptor) Connect() (errs []error) + func (e *EdisonAdaptor) DigitalRead(pin string) (i int, err error) + func (e *EdisonAdaptor) DigitalWrite(pin string, val byte) (err error) + func (e *EdisonAdaptor) Finalize() (errs []error) + func (e *EdisonAdaptor) I2cRead(address int, size int) (data []byte, err error) + func (e *EdisonAdaptor) I2cStart(address int) (err error) + func (e *EdisonAdaptor) I2cWrite(address int, data []byte) (err error) + func (e *EdisonAdaptor) Name() string + func (e *EdisonAdaptor) PwmWrite(pin string, val byte) (err error)