hello,
I am using CC2530PA1 modules with the datasheet attached below. I want to control GPIO pins and set them high or low to turn a couple of LEDs on or off.
foe example I write the codes like:
P0_1 = 1; P0_2 = 0; P0_3 = 1: P0_4 = 0;
but nothing happens!!!
where is the problem?
also, I want to have a 10ms delay. what should I do?
is there any library needed? i wand to write it in my event loop.
I use ZStack 3 and temperature sensor sample app1106.RL-CC2530-PA1 English V1.1.pdf