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 c15fd0bfa5 Add conn.Conn.Duplex() (#118)
Now each connection can report if the underlying communication channel is
half-duplex or full-duplex.

This information is leveraged by some clients, like memory mapped registers
helper struct, to change their behavior or deny use on certain kind of
communication channel.
9 years ago
..
bitbang Add conn.Conn.Duplex() (#118) 9 years ago
piblaster Replace github.com/google with periph.io/x (#110) 9 years ago
README.md Update links without /doc/ 9 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 project/contributing/.