Main include file. More...
Data Structures | |
struct | PlusMinUserInterface |
Structure useful to drive volume and backlight and to store values. More... | |
Enumerations | |
enum | ValueAction { DECREMENT = '-', INCREMENT = '+' } |
To facilitate the comparaison between '-' and '+'. More... | |
enum | InterfaceType { BACKLIGHT = 'b', VOLUME = 'v' } |
To facilitate the comparaison between backlight and volume. More... |
Main include file.
This file contains all declarations necessary to drive correctly the volume and the backlight. This two features are simlilar. It contain also all global variables necessary to the application.
enum InterfaceType |
enum ValueAction |