Quote:
Originally Posted by Alan Anderson
Where did you get that Arduino code? The examples I have seen for an Arduino I2C "slave" use the Wire.onRequest() method to register an event handler that sends the data.
|
We took a "Master write" example from the
Arduino website and modified it a bit.
I hadn't thought about onRequest(). Maybe that's our mistake?