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 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
..
apa102 conn: Add Resource, superseds devices.Device (#162) 9 years ago
bmxx80 Reduce number of errcheck lint messages from 117 to 2. 9 years ago
devicestest conn: Add Resource, superseds devices.Device (#162) 9 years ago
ds18b20 Reduce number of errcheck lint messages from 117 to 2. 9 years ago
ds248x conn: Add Resource, superseds devices.Device (#162) 9 years ago
lepton lepton: fix go test on go1.10beta1 9 years ago
lirc Reduce number of errcheck lint messages from 117 to 2. 9 years ago
ssd1306 Reduce number of errcheck lint messages from 117 to 2. 9 years ago
tm1637 Reduce number of errcheck lint messages from 117 to 2. 9 years ago
devices.go devices: move units code to units.go 9 years ago
doc.go Rename pio to periph. (#27) 10 years ago
units.go devices: move units code to units.go 9 years ago
units_test.go devices: move units code to units.go 9 years ago