Final project repo for ECE 495

Dependencies:   Adafruit_GFX_MBED Adafruit_ILI9341 BurstSPI DS1820 mbed mbed-rtos ltc2991_lib

Committer:
bdk9
Date:
Wed Dec 14 07:01:33 2016 +0000
Revision:
5:c1c710391df2
Parent:
0:7ba4e0775670
big update yo

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bdk9 0:7ba4e0775670 1
bdk9 0:7ba4e0775670 2 #include "TemperatureScreen.h"
bdk9 0:7ba4e0775670 3 #include "mbed.h"
bdk9 0:7ba4e0775670 4 #include "Adafruit_ILI9341.h"
bdk9 0:7ba4e0775670 5
bdk9 0:7ba4e0775670 6
bdk9 0:7ba4e0775670 7
bdk9 0:7ba4e0775670 8
bdk9 0:7ba4e0775670 9 //TemperatureScreen::TemperatureScreen(int id, Serial *pc, Adafruit_ILI9341 *tft) : Screen(id, pc, tft) {
bdk9 0:7ba4e0775670 10
bdk9 0:7ba4e0775670 11 //}