Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + func EnumerateUART() ([]int, error) + type UART struct + func (u *UART) CTS() gpio.PinIO + func (u *UART) Close() error + func (u *UART) Configure(stopBit uart.Stop, parity uart.Parity, bits int) error + func (u *UART) Duplex() conn.Duplex + func (u *UART) RTS() gpio.PinIO + func (u *UART) RX() gpio.PinIn + func (u *UART) Speed(baud int) error + func (u *UART) String() string + func (u *UART) TX() gpio.PinOut + func (u *UART) Tx(w, r []byte) error + func (u *UART) Write(b []byte) (int, error) Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017