whaleygeek / anyio

A GPIO Package that works on any platform
Other
18 stars 19 forks source link

Support for SPI #19

Open whaleygeek opened 8 years ago

whaleygeek commented 8 years ago

I want to add support for SPI, to support more external devices

whaleygeek commented 8 years ago

Initially I will add support for soft-SPI as it will be platform independent. Later I will look at adding specific CPU support for SPI to use the appropriate on board peripheral for performance.

The soft-spi will ultimately come from here:

https://github.com/whaleygeek/softbus/tree/master/src/spi