Other Parts Discussed in Thread: CC2530, Z-STACK
Hello,
How can I use my five pins of port 2 (P2 on target board), for example, to turn on a simple led ?
I have tried the follow code:
P2SEL = 0x01;
P2DIR = 0x01;
P2OUT |= 0x01;
but... don't works, unfortunately.
-------
- IAR
- CC2530 Minikit
- LED 3vdc
thanks