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