Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + type Log struct + Port spi.PortCloser + func (l *Log) Close() error + func (l *Log) DevParams(maxHz int64, mode spi.Mode, bits int) (spi.Conn, error) + func (l *Log) LimitSpeed(maxHz int64) error + type LogConn struct + Conn spi.Conn + func (l *LogConn) Duplex() conn.Duplex + func (l *LogConn) Tx(w, r []byte) error + func (l *LogConn) TxPackets(p []spi.Packet) error + type Playback struct + CLKPin gpio.PinIO + CSPin gpio.PinIO + Initialized bool + MISOPin gpio.PinIO + MOSIPin gpio.PinIO + func (p *Playback) CLK() gpio.PinOut + func (p *Playback) CS() gpio.PinOut + func (p *Playback) Close() error + func (p *Playback) DevParams(maxHz int64, mode spi.Mode, bits int) (spi.Conn, error) + func (p *Playback) LimitSpeed(maxHz int64) error + func (p *Playback) MISO() gpio.PinIn + func (p *Playback) MOSI() gpio.PinOut + type Record struct + Initialized bool + Ops []conntest.IO + Port spi.PortCloser + func (r *Record) CLK() gpio.PinOut + func (r *Record) CS() gpio.PinOut + func (r *Record) Close() error + func (r *Record) DevParams(maxHz int64, mode spi.Mode, bits int) (spi.Conn, error) + func (r *Record) LimitSpeed(maxHz int64) error + func (r *Record) MISO() gpio.PinIn + func (r *Record) MOSI() gpio.PinOut + func (r *Record) String() string + type RecordRaw struct + Initialized bool + func NewRecordRaw(w io.Writer) *RecordRaw + func (r *RecordRaw) Close() error + func (r *RecordRaw) DevParams(maxHz int64, mode spi.Mode, bits int) (spi.Conn, error) + func (r *RecordRaw) LimitSpeed(maxHz int64) error Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017