Adafruit library for our project

Dependents:   ece495_firmware

Fork of Adafruit_ILI9341 by James Kidd

Revision:
2:dd1efb72ee21
Parent:
1:cee7cf5065a1
Child:
3:faeae97c1170
--- a/Adafruit_ILI9341.h	Thu Nov 10 08:51:00 2016 +0000
+++ b/Adafruit_ILI9341.h	Tue Nov 29 16:56:30 2016 +0000
@@ -13,6 +13,10 @@
  /*
     Ported to mbed by James Kidd
  */
+ 
+ #ifndef ADAFRUIT_ILI9341_H
+ #define ADAFRUIT_ILI9341_H
+ 
 #include <stdint.h>
 #include <stdbool.h>
 #include "Adafruit_GFX.h"
@@ -153,3 +157,5 @@
    DigitalOut** Pins;
    uint8_t  tabcolor;
 };
+
+#endif