jpiat / arduino

112 stars 70 forks source link

Multiple Transmitter #32

Open tmsak opened 7 years ago

tmsak commented 7 years ago

i want to transmit the data not in all three at a time

OUT_LED1() DDRD = ((1 << 3))

OUT_LED2() DDRD = ((1 << 4))

So any one can help me in this.....