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.
devices/experimental/devices
M-A 8bca85318d conn: Simplify Conn, rename i2c.Conn to i2c.Bus. (#40)
- 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
..
bitbang conn: Simplify Conn, rename i2c.Conn to i2c.Bus. (#40) 10 years ago
piblaster Rename pio to periph. (#27) 10 years ago
README.md Initial commit of pio. 10 years ago

README.md

experimental/devices

You are welcome to send PR (pull request) to add experimental device drivers here. Please follow the instructions in CONTRIBUTING.md.