Dilbert
Firmware for the Dilbert interactive badge.
 All Classes Files Functions Variables Enumerations Macros Pages
Functions | Variables
main.cpp File Reference

Example with application manager. Intended to be used as the badge firmware. More...

#include <SPI.h>
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_NeoPixel.h>
#include <Adafruit_ILI9341.h>
#include <UniversalInputManager.h>
#include <IButton.h>
#include <Adafruit_MCP23017.h>
#include <Dilbert.h>
#include <AppManager.h>
#include <MenuApp.h>
#include <ButtonTestApp.h>
#include <SystemSettingsApp.h>
#include <SPIFFSConfigService.h>
#include <ConfigService.h>
#include "ProfileApp.h"
#include "StarsApp.h"
#include "DilbertApp.h"
#include "Conways.h"
#include "NeoTestApp.h"
Include dependency graph for main.cpp:

Functions

void setup ()
 
void loop ()
 

Variables

Dilbert badge
 Badge driver. More...
 

Detailed Description

Example with application manager. Intended to be used as the badge firmware.

Author
Dan Nixon

Variable Documentation

AppManager appManager & badge

Badge driver.

Badge application manager.