Aguijón Software Libraries  1.0
Documentation for the included Libraries
 All Files Functions Variables Typedefs Enumerations Enumerator Macros
demo.h
Go to the documentation of this file.
1 //demo.h
2 
4 #define STATE_COUNT 3
5 
6 
7 void keyPressHandler(void);
8 void DemoMenu(void);
9 unsigned char get_state(void);
10 void set_state(unsigned char value);