Augustine Kizito / Mbed 2 deprecated Solar_Powered_Smart_Camera

Dependencies:   Adafruit_GFX Adafruit_ST7735 INA219 MODSERIAL MbedJSONValue mbed-rtos mbed

Committer:
OHstin
Date:
Sat Feb 04 20:17:44 2017 +0000
Revision:
3:7666de697752
This version before adding serial communication and pathways

Who changed what in which revision?

UserRevisionLine numberNew contents of line
OHstin 3:7666de697752 1 #ifndef ICONS_H
OHstin 3:7666de697752 2 #define ICONS_H
OHstin 3:7666de697752 3
OHstin 3:7666de697752 4 #include "BatteryIcon.h"
OHstin 3:7666de697752 5 #include "SolarIcon.h"
OHstin 3:7666de697752 6 #include "OutputIcon.h"
OHstin 3:7666de697752 7 #include "SettingsIcon.h"
OHstin 3:7666de697752 8
OHstin 3:7666de697752 9 #endif