#include "Tasks.h"#include "Menu.h"#include "TextBox.h"#include "Sensor.h"#include "AlarmMgr.h"#include <TaskManagerIO.h>#include "ROM_Images.h"#include <Wire.h>#include "ErrMsg.h"Variables | |
| Canvas * | loadScreen = new ROM_Canvas(LOAD_SCREEN) |
| Initial loading screen, showing the Florida Man graphic. | |
| taskid_t | errMsgTaskId = 0 |
| Task ID for the error message task. | |
| taskid_t errMsgTaskId = 0 |
Task ID for the error message task.
| Canvas* loadScreen = new ROM_Canvas(LOAD_SCREEN) |
Initial loading screen, showing the Florida Man graphic.