mirror of https://github.com/periph/devices
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- Remove fmt.Stringer and io.Writer from conn.Conn. This makes it compatible with exp/io. - Rename i2c.Conn to i2c.Bus since this was confusion. This clarifies the distinction between a point-to-point connection and a bus. - Add these to bus specific interfaces, i2c.Bus, spi.Conn, uart.Conn. Fixes #15. |
10 years ago | |
|---|---|---|
| .. | ||
| doc.go | 10 years ago | |
| i2c.go | 10 years ago | |
| spi.go | 10 years ago | |