Arduino Master-Slave Pin

103 Views Asked by At

Can I change the pins on the communication for a Master-Slave arduino Wire transmission? I want to communicate between 2 arduinos, but on one of them A4&A5 are taken

1

There are 1 best solutions below

0
On

No, you can't change the pins used for I2C. They are hard wired to the ATmega chip's TWI hardware implementation (SDA + SCL). See Wire Library and Two Wire Serial Interface