conn icon indicating copy to clipboard operation
conn copied to clipboard

Interfaces

Results 28 conn issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Library is not able to locate any uarts on a Raspberry Pi (have tested a 3+ and a 4). **To Reproduce** Steps to reproduce the behavior: Configure...

Hello, is it possible to send a nack back after reading out data? it defaults on an ACK, but some project I'm working on expects a nack after reading out...

**What kind of new feature are you looking for?** (Keep the one that applies, please describe) - Software: There's no unit for acceleration. This would be useful for accelerometers among...

Users forget to stop the PWM at the end of the program, causing user reports like #286 and #363. We must design an API that makes it clear that the...

**Describe the bug** Trying to list GPIOs using ```go import v3gpioreg "periph.io/x/conn/v3/gpio/gpioreg" ``` gpioreg.All() fails to list the gpios on the board len() == 0 This is a bug tested...

Apologies if I'm misreading. I have implemented manual debouncing and denoising for my own project, before realizing that `gpioutil.Debounce` exists. It would provide a cleaner API to do the same...

Make the function more generic and split the edges from the input. Edges() would work similar to SenseContinuous() (albeit without an interval) and use a context.Context. Then In() is simplified....