Rock Monitoring  V 1.0
Constants.h
Go to the documentation of this file.
1 #ifndef Constants_H
2 #define Constants_H
3 
4 #define RETURN_ERROR 1
5 #define RETURN_OK 0
6 
7 #define RETURN_ERROR_Temp 2
8 #define RETURN_ERROR_Acc 1
9 #define RETURN_OK 0
10 #define numberOfNodes 3
11 
12 #endif // Constants_H