roneos
Operating System for the r-one robot
 All Data Structures Files Functions Variables Typedefs Groups
buttons.h
Go to the documentation of this file.
1 
10 #ifndef BUTTONS_H_
11 #define BUTTONS_H_
12 
13 #define BUTTON_RED 0
14 #define BUTTON_GREEN 1
15 #define BUTTON_BLUE 2
16 
17 
24 void buttonsInit(void);
25 
26 
34 uint32 buttonsGet(uint32 button);
35 
36 
44 void buttonsBuildMessage(uint8* msg);
45 
46 #endif /* BUTTONS_H_ */