Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Wrap.h
Go to the documentation of this file.
1 #ifndef __MSP430G2553__
2  #include <signal.h>
3 #endif
4 
8 #define SIG1 30 /*SIGUSR1 */
9 #define SIG2 31 /*SIGUSR2 */
10 #define SIG3 14 /*SIGALRM */
11 #define ACTIVE_FILE "/tmp/bikex_active"
12 #define PASSIVE_FILE "/tmp/bikex_passive"
13 
19 #define ALL_VALUES 0
20 #define DIRECTION_MSP 1
21 #define VELOCITY_MSP 2
22 #define BREAK_MSP 3