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.
 
 
 
 
 
 

16 lines
484 B

CLS
@echo off
rem This is a small helper script that runs through the test collection for one device (folder)
rem
rem Dung Dang, MSP430 Applications, Texas Instruments, Inc.
rem Last modified: 02/25/2011
:input
@echo MSP-EXP430G2-LaunchPad Firmware Programmer
set device=MSP430G2231
set firmware=430BOOST-SHARP96_CapacitiveTouch.txt
@echo Programing %firmware% into %device% ......
..\..\MSP430Flasher\MSP430Flasher.exe -n %device% -w %firmware% -v -g -z [VCC]
pause