Testing out the PPD42 Air Quality Sensor, with an MSP430 Launchpad and graphing the data with GNUplot.
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 41f2b8ce90 First 5 years ago
..
CCS First 5 years ago
IAR First 5 years ago
msp430-gcc First 5 years ago
main.c First 5 years ago
readme.txt First 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.