]> code.bitgloo.com Git - clyne/msp430-temp-lcd.git/commitdiff
added readme
authorClyne Sullivan <tullivan99@gmail.com>
Wed, 1 May 2019 13:47:17 +0000 (09:47 -0400)
committerClyne Sullivan <tullivan99@gmail.com>
Wed, 1 May 2019 13:47:17 +0000 (09:47 -0400)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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.
+