How do I do a one second delay in MSP430 C programming.. is it like
__delay_cycles(1); or
__delay_cycles(1000);
or something else .. I need to know because I am messing with the temperature code, and I wanna delay between readings.
Please give me tips on this. thanks.