Go to the documentation of this file.
42 #define BUTTON_ONOFF 0x0002
43 #define BUTTON_RUN 0x0004
44 #define BUTTON_VIEW 0x4000
45 #define BUTTON_PROGRAM 0x8000
52 #define RELEASED(state,button) ((state) & (button))
56 #define PRESSED(state,button) (!RELEASED(state,button))
70 __asm__ __volatile__(
"\n\
85 #endif // __dbutton_h__
Generated on Sat Feb 14 2015 23:12:03 for brickOS C by
1.8.9.1