Rleg  2
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
control.h
Go to the documentation of this file.
1 
2 #ifndef CONTROL_H
3 #define CONTROL_H
4 
5 /* low ajust [degrees] */
6 #define ANGLE_MAX 90
7 #define ANGLE_HIGH ANGLE_MAX - 10
8 #define ANGLE_LOW 10
9 
10 /* Control */
11 #define V_CTRL_MAX 4095
12 
13 #include "../communication/communication.h"
14 
15 /*
16 0<=V_ctrl<4096 represents mV
17 Current in MRA = V_ctrl/4
18 */
19 
20 #endif //CONTROL_H