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
Marc-Antoine Ruel 089b8dccab Reduce number of errcheck lint messages from 117 to 2.
- Ran github.com/kisielk/errcheck on the code base, and either trapped errors or
  marked them as ignored explicitly. The stats was calculated via:
    errcheck ./... | grep -v defer | wc -l
- Stop registering gpio.INVALID, it can't be registered.
- Fix a go vet issue in cap1188.
9 years ago
..
bitbang Reduce number of errcheck lint messages from 117 to 2. 9 years ago
cap1188 Reduce number of errcheck lint messages from 117 to 2. 9 years ago
nrzled gpiostream: Implement LSB and MSB variations. (#188) 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/.