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 5b5d0de02f Explicitly ignore error at many call sites for clarity
Used the following:
  go get github.com/kisielk/errcheck
  errcheck -ignore 'Close|rintf' ./...

While some are irrelevant, there were some genuine issues so this is worth
enforcing, hence a few innocuous places were 'fixed' so that the list could go
down to zero.

Do not enforce this in travis yet, but should be done soon.
8 years ago
..
bitbang bitbang: fix SPI with the new v3.0.0 spi interfaces 8 years ago
hd44780 Fixed MFRC522 trailing sector overflow (#224) 8 years ago
mfrc522 Tweak package doc for many executables 8 years ago
mpu9250 Explicitly ignore error at many call sites for clarity 8 years ago
nrzled conn/display: simplify Drawer 8 years ago
piblaster Replace github.com/google with periph.io/x (#110) 9 years ago
unicornhd Explicitly ignore error at many call sites for clarity 8 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/.