Dilbert
Firmware for the Dilbert interactive badge.
|
#include <Arduino.h>
#include <IButton.h>
#include <IInputDevice.h>
#include <IUniversalInputCallback.h>
#include <UniversalInputTypes.h>
#include "Dilbert.h"
Go to the source code of this file.
Classes | |
class | AppManager |
Used to manage several applications on the badge. More... | |
Macros | |
#define | MAX_NUM_APPS 16 |
Maximum number of apps that can be registered with the manager. | |
#define | BACKLIGHT_STATE_FULL 2 |
#define | BACKLIGHT_STATE_DIM 1 |
#define | BACKLIGHT_STATE_OFF 0 |