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 12 years, 3 months ago by Bill.