jamesbowman / i2cdriver

I2CDriver open source tools
https://i2cdriver.com/
BSD 3-Clause "New" or "Revised" License
184 stars 57 forks source link

I2CDriver as Slave Device? #55

Open cjemerson opened 3 years ago

cjemerson commented 3 years ago

Is it possible to setup/use the I2CDriver as a slave device without resorting to bit banging?

The basic intention is to act as a testing suite for a I2C Master device. I'm not sure what the code would look like.