whaleygeek / anyio

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

Support for I2C #18

Open whaleygeek opened 8 years ago

whaleygeek commented 8 years ago

I want to add support for I2C, to enable a range of external sensors to be used with PC/Mac

whaleygeek commented 8 years ago

I will probably do an initial integration of my soft I2C driver first, as that will be completely platform independent. Later I may add support for specific CPU's which will have their own on board I2C peripheral.

The softi2c will come from here ultimately:

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