Subversion Repositories FlightCtrl

Rev

Rev 1612 | Rev 1646 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1612 Rev 1645
Line 6... Line 6...
6
 
6
 
7
#define EEPROM_ADR_PARAM_BEGIN  0
7
#define EEPROM_ADR_PARAM_BEGIN  0
8
#define PID_PARAM_REVISION   1 // byte
8
#define PID_PARAM_REVISION   1 // byte
9
#define PID_ACTIVE_SET       2 // byte
9
#define PID_ACTIVE_SET       2 // byte
10
#define PID_PRESSURE_OFFSET  3 // byte
10
#define PID_PRESSURE_OFFSET  3 // byte
11
#define PID_ACC_NICK         4 // word
11
#define PID_ACC_PITCH        4 // word
12
#define PID_ACC_ROLL         6 // word
12
#define PID_ACC_ROLL         6 // word
Line 13... Line 13...
13
#define PID_ACC_TOP          8 // word
13
#define PID_ACC_TOP          8 // word
14
 
14