Sunseeker Telemetry and Lighting System
main.c
Go to the documentation of this file.
1 #include <msp430.h>
2 
3 
7 int main(void)
8 {
9  WDTCTL = WDTPW | WDTHOLD; // stop watchdog timer
10 
11  return 0;
12 }
int main(void)
Definition: main.c:7