This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Demo app to blink the red LED (LED1) on the TI Launchpad | |
| //which is attached to P1.0 | |
| //The green LED(LED2) is connected to P1.6 | |
| #include <msp430g2553.h> | |
| int main(void) { | |
| volatile int i; | |
| // stop watchdog timer |