Home Forums EasyTransfer Library Support Forum sugestion : SoftI2C Reply To: sugestion : SoftI2C

#1632
Bill
Member

Do the slaves need to send anything back to the master? If not you could use serial and just tie all the slaves RX pin to the masters TX pin. You could either add an address field to the struct or just make each slave’s struct a different size. The library will ignore received packets that aren’t the right size

  • This reply was modified 11 years, 8 months ago by Bill.