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/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
..
apa102 Explicitly ignore error at many call sites for clarity 8 years ago
bmxx80 bmxx80: fix humidity sensing 8 years ago
cap1xxx cap1xxx: move out of experimental 8 years ago
ds18b20 devices: overhaul documentation 8 years ago
ds248x devices: overhaul documentation 8 years ago
lepton devices: overhaul documentation 8 years ago
lirc devices: overhaul documentation 8 years ago
ssd1306 devices: overhaul documentation 8 years ago
tm1637 devices: overhaul documentation 8 years ago
doc.go conn/display: simplify Drawer 8 years ago