-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-master won't compile on modern Arduino IDE #3
Comments
Another possibility: define two i2c busses and use each for uni-directional communication. |
Yet this seems to suggest both master and slave are possible on ESP32 |
Was never resolved, closing for now, working with ESPNow instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bookmarking for later, maybe this guy's solution from 2013?
https://michael.bouvy.net/blog/en/2013/05/25/arduino-multi-master-to-master-i2c/
Hmm, with one small adjustment I can get it to compile in modern Arduino for the UNO, but not for the ESP. Error reads:
Wire.onReceive(receiveI2C);
^
exit status 1
'class TwoWire' has no member named 'onReceive'
The text was updated successfully, but these errors were encountered: