bitbank2 / BitBang_I2C

A software I2C implementation to run on any GPIO pins on any system
GNU General Public License v3.0
235 stars 31 forks source link

Implementing on a beaglebone black #9

Closed frank2597 closed 4 years ago

frank2597 commented 4 years ago

Hello, I was wondering if it would be possible to implement this for the beaglebone black which would act as a slave device to a raspberry pi which would act as the master?

bitbank2 commented 4 years ago

I haven't implemented the I2C slave portion; it would probably be easier to adapt the Arduino I2C software slave library than start from scratch from mine. I think you only need the ability to have a pin change interrupt and the rest is pretty generic.