Augustine Kizito / Mbed 2 deprecated Solar_Powered_Smart_Camera

Dependencies:   Adafruit_GFX Adafruit_ST7735 INA219 MODSERIAL MbedJSONValue mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Screens.h Source File

Screens.h

00001 #ifndef SCREENS_H
00002 #define SCREENS_H
00003 
00004 #include "MainMenuScreen.h"
00005 #include "BatteriesScreen.h"
00006 #include "BatteryScreen.h"
00007 #include "SolarScreen.h"
00008 #include "OutputScreen.h"
00009 #include "SettingsScreen.h"
00010 #include "SolarGraphScreen.h"
00011 #include "LogScreen.h"
00012 #include "LogSelectScreen.h"
00013 #include "LogDurationScreen.h"
00014 #include "ViewLogScreen.h"
00015 #include "DeleteLogScreen.h"
00016 #include "RecordScreen.h"
00017 #include "SolarValueScreen.h"
00018 #include "RaspberryPiScreen.h"
00019 #include "UtilityScreen.h"
00020 
00021 #endif