i2c bi directional communication #12
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: kemonine/serial_debugger#12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Figure out how to move data between muxes and shield via i2c bi-directional communications
https://www.arduino.cc/en/Tutorial/SoftwareSerialExample
https://www.arduino.cc/en/Tutorial/TwoPortReceive
http://www.gammon.com.au/i2c (search for
In fact, the "master" can also act as a slave, since you can have multiple masters on one wire. The example below shows how you can send data from one Arduino to another, whilst waiting for information to be sent from the second back to the first.
https://github.com/nickgammon/I2C_Anything
https://www.arduino.cc/en/Reference/WireBegin