Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + type Conn interface + TxPackets func(p []Packet) error + type Mode int + const HalfDuplex + const LSBFirst + const Mode0 + const Mode1 + const Mode2 + const Mode3 + const NoCS + func (m Mode) String() string + type Packet struct + BitsPerWord uint8 + KeepCS bool + R []byte + W []byte + type Pins interface + CLK func() gpio.PinOut + CS func() gpio.PinOut + MISO func() gpio.PinIn + MOSI func() gpio.PinOut + type Port interface + DevParams func(maxHz int64, mode Mode, bits int) (Conn, error) + type PortCloser interface + LimitSpeed func(maxHz int64) error Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017