Final project repo for ECE 495

Dependencies:   Adafruit_GFX_MBED Adafruit_ILI9341 BurstSPI DS1820 mbed mbed-rtos ltc2991_lib

Revision:
0:7ba4e0775670
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/display/screens/Screen.cpp	Tue Nov 29 16:56:43 2016 +0000
@@ -0,0 +1,9 @@
+
+#include "Screen.h"
+#include "mbed.h"
+
+
+Screen::Screen(int id, Adafruit_ILI9341 *tft) {
+    _id = id;
+    _tft = tft;
+}
\ No newline at end of file