devices
devices copied to clipboard
Device drivers
First draft of driver for ina260 i2c Voltage, Current, Power monitor. Currently Read() updates a structure with the voltage, current and power.
**What kind of new feature are you looking for?** (Keep the one that applies, please describe) - Hardware: Support for Waveshare https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT_Manual v3 and v4 boards **Do you plan to:**...
Ported from https://github.com/google/periph/issues/135. Requires https://github.com/periph/conn/issues/32.
Ported from https://github.com/google/periph/issues/225.
Ported to https://github.com/google/periph/issues/141. The link in the original issue is now dead, so replacing it with a search query: https://shop.pimoroni.com/search?q=hat They created many hats, so generalizing the request a bit.
Offering devices such as ds18b20 and i2c219 would be much more useful if there were examples showing how to use them.
**Describe the bug** In [`ina219.go`](https://github.com/periph/devices/blob/main/ina219/ina219.go#L115-L122) there's a check for the overflow flag respresented in the voltage register. This error reads `bus voltage register overflow`. This is a misnomer. This register...
**What kind of new feature are you looking for?** I’m looking for hardware support for the 12-bit DAC MCP4725 over I2C and would be happy to contribute a driver for...
The 74HC595 converts a serial data stream to parallel output on it's data pins. The Adafruit I2C/SPI backpack uses this device for the SPI side of the backpack. I'll be...