You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Your Name 77b25c1a58 Fugh. 5 years ago
..
CCS Fugh. 5 years ago
IAR Fugh. 5 years ago
msp430-gcc Fugh. 5 years ago
main.c Fugh. 5 years ago
readme.txt Fugh. 5 years ago

readme.txt

The MSP-EXP430G2 LaunchPad User Experience project comes in three versions supporting three different IDEs: CCS, IAR, and msp430-gcc.

The CCS & IAR versions share the same code file, main.c, and have their associated project configuration files in the respective folders, CCS & IAR.
The version using the open-source compiler msp430-gcc is located inside the msp430-gcc folder. It contains three files:
1. launchpad.c: main code file
2. makefile: customized makefile for the project
3. readme.txt: some basic info on building the msp430-gcc project.