conn
conn copied to clipboard
Interfaces
When you look at https://periph.io/x/conn/v3/physic#pkg-examples, the type ElectricalCapacitance really stands out of the other ElectricFoo types. In hindsight, we should have used the same prefix. Thankfully this type was added...
See https://www.oshwa.org/a-resolution-to-redefine-spi-signal-names Let's do this for v4 since it's a breaking change.
**Describe the bug** Using the specified kernel, a call go WaitForEdge immediately unblocks and returns. **To Reproduce** Steps to reproduce the behavior: 1. Run program ```go package main import (...
**Problem** There are issues with the current implementation of debounce. All of them are not severe but the implementation can be more accurate and precise. Current implementation of debounce use...
**Describe the bug** WaitForEdge generated unexpected results,Problems arise when using edge detection for ultrasonic ranging,When the sensor is stationary, the calculated values deviate significantly **To Reproduce** Steps to reproduce the...
Ported from https://github.com/google/periph/issues/124. Having a higher quality implementation is blocked on issue #32.
Ported from https://github.com/google/periph/issues/80. Examples would include `conn.ErrNoResponse`, `i2c.ErrNoAck` and `onewire.ErrBus`.
Ported from https://github.com/google/periph/issues/206. It's not necessarily a bug, we may want to enforce this. This issue exists to decide and document.
Ported from https://github.com/google/periph/issues/255. Sadly most of the time the driver doesn't return the information at all, but we should try to at least when it's possible; this requires an API...
Ported from https://github.com/google/periph/issues/231. See https://pkg.go.dev/periph.io/x/conn/v3/gpio/gpiostream.