Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 693 → Rev 694

/branches/V0.68d Code Redesign killagreg/eeprom.h
11,6 → 11,14
#define PID_ACC_ROLL 6 // word
#define PID_ACC_Z 8 // word
 
#define PID_MM3_X_OFF 9
#define PID_MM3_Y_OFF 10
#define PID_MM3_Z_OFF 11
#define PID_MM3_X_RANGE 12
#define PID_MM3_Y_RANGE 14
#define PID_MM3_Z_RANGE 16
 
 
#define EEPROM_ADR_PARAMSET_BEGIN 100
 
// bit mask for mk_param_struct.GlobalConfig
43,7 → 51,7
 
typedef struct
{
uint8_t ChannelAssignment[8]; // see upper defines for details
uint8_t ChannelAssignment[8]; // see upper defines for details
uint8_t GlobalConfig; // see upper defines for bitcoding
uint8_t Hoehe_MinGas; // Wert : 0-100
uint8_t Luftdruck_D; // Wert : 0-250