Other Parts Discussed in Thread: CC2500
Hi all:
From the code example supplied by TI, a line of code reads:
while (P3IN&SOMI); //Wait for slave ready
Basically, P3IN is the input register of port 3 and SOMI is pin 2 of port 3 (0x04), how does this line of code realize this idea of "wait for slave ready?"
Thank you