Final project repo for ECE 495

Dependencies:   Adafruit_GFX_MBED Adafruit_ILI9341 BurstSPI DS1820 mbed mbed-rtos ltc2991_lib

Committer:
bdk9
Date:
Tue Nov 29 16:56:43 2016 +0000
Revision:
0:7ba4e0775670
published

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bdk9 0:7ba4e0775670 1
bdk9 0:7ba4e0775670 2 #include "Screen.h"
bdk9 0:7ba4e0775670 3 #include "mbed.h"
bdk9 0:7ba4e0775670 4
bdk9 0:7ba4e0775670 5
bdk9 0:7ba4e0775670 6 Screen::Screen(int id, Adafruit_ILI9341 *tft) {
bdk9 0:7ba4e0775670 7 _id = id;
bdk9 0:7ba4e0775670 8 _tft = tft;
bdk9 0:7ba4e0775670 9 }