Hi
Doing my first step with my LP I can't get the instruction :
bitSet(P1OUT,P1_0);
working.
It should be equivalent to "digitalWrite (P1_0, 1);" but the previous instruction don't light up the led !
Do I do something wrong ?
The same happen with "P1OUT |= (1<<P1_0)". I can't get the led on !