aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 9d88640dc3a9db2153226e1de950516f7e355aba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# msp430-temp-lcd

This is a project for the MSP430 processor, that uses an LCD to print readings
from a TMP006 infrared temperature sensor. The specific processor used for this
project is the MSP430G2553.

### Compiling

The code may be compiled through the Makefile by simply running `make`.

Code Composer Studio may be used as well: create an empty project for the
MSP430G2553, then copy all header and source files into that project's
directory.

### Uploading

Upload the program to the MSP430 either with `mspdebug` or Code Composer Studio.