M-A

Results 92 issues of M-A

### The problem My .storage/google.{0-9a-z}+ file is 35 MB in size, 949562 lines. There are two distinct issues. ### 1. Very old, very far in the future First, it contains...

integration: google

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...

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....

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.

This is for the FT232D/FT232H/FT2232H/FT4232H. While the driver can implement itself, I²C/SPI/UART/JTAG, exposing MPSSE directly can enable users to create custom protocol. http://www.ftdichip.com/Support/Documents/AppNotes/AN_135_MPSSE_Basics.pdf

From original issue https://github.com/periph/extra/issues/7 @ldrrp When will edge triggering be supported. How am i supposed to use a button with an ft232h @ardnew I don't believe interrupt edge detection is...