Greetings,
Can the Raspberry Pi be configured to run as an i2c slave device?
I want to setup the Pi using Wheezy to receive and save data sent by an i2c master device.
Does slave mode exist in any of the Python (Quick2Wire or python-smbus) or C++ i2c libraries? Are there any examples of how it can be implemented?
Thank you