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
}
main
int main(void)
Definition:
main.c:7
Software
Code Composer Studio Workspace
SunseekerTelemetryAndLightingSystem
main.c
Generated by
1.9.1