diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2019-05-01 09:47:17 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2019-05-01 09:47:17 -0400 |
commit | 70fc1ecd2a36de6db0f573a715db3eb33b634af6 (patch) | |
tree | 9d29036d3fe2a0c7c8f9af762e24ac7016850ec9 /README.md | |
parent | 4f8b7f39f5d404a076142b1f62c85eb09df9061d (diff) |
added readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d88640 --- /dev/null +++ b/README.md @@ -0,0 +1,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. + |