SimpleGPIO icon indicating copy to clipboard operation
SimpleGPIO copied to clipboard

Add SPI/I2C/UART compatibility

Open SteveDesmond-ca opened this issue 7 years ago • 4 comments

As of v1.0, only GPIO is supported out-of-the-box, though SPI/I2C/UART could be implemented at the consumer-level. It'd be great to have that built into the library, especially since some of the components from #2 will probably require it.

SteveDesmond-ca avatar Jun 30 '18 17:06 SteveDesmond-ca

I'm interested in looking at this.

marknotgeorge avatar Jul 03 '18 20:07 marknotgeorge

I am interested in this project.Is it in progress now?

Venky871 avatar Feb 17 '20 04:02 Venky871

I'm currently working on adding a System.Device.Gpio pin interface, which may make this easier, but the efforts can certainly happen in parallel.

SteveDesmond-ca avatar Feb 17 '20 12:02 SteveDesmond-ca

v2.0.0-beta.4 contains a new SPI.Input abstract class, for extending (see the updated implementation of Components.ShiftRegister as an example)

SteveDesmond-ca avatar Dec 28 '21 16:12 SteveDesmond-ca