Subversion Repositories FlightCtrl

Rev

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

Rev 2296 Rev 2318
Line 2... Line 2...
2
#define _EEPROM_H
2
#define _EEPROM_H
Line 3... Line 3...
3
 
3
 
4
#include <inttypes.h>
4
#include <inttypes.h>
Line 5... Line 5...
5
#include "twimaster.h"
5
#include "twimaster.h"
-
 
6
 
6
 
7
#define EEPARAM_REVISION         93 // is count up, if paramater stucture has changed (compatibility)
Line 7... Line 8...
7
#define EEPARAM_REVISION        93 // is count up, if paramater stucture has changed (compatibility)
8
#define EEPARAM_REVISION_SUB 50 // count down! (EEPARAM_REVISION - EEPARAM_REVISION_SUB) if the parameter changes without changes to the KopterTool compatiblity
8
#define EEMIXER_REVISION         1 // is count up, if mixer stucture has changed (compatibility)
9
#define EEMIXER_REVISION         1  // is count up, if mixer stucture has changed (compatibility)
9
 
10
 
10
#define EEPROM_ADR_PARAM_BEGIN          0
11
#define EEPROM_ADR_PARAM_BEGIN          0
Line 18... Line 19...
18
 
19
 
19
#define PID_FLIGHT_MINUTES_TOTAL        10 // word
20
#define PID_FLIGHT_MINUTES_TOTAL        10 // word
Line 20... Line 21...
20
#define PID_FLIGHT_MINUTES                      14 // word
21
#define PID_FLIGHT_MINUTES                      14 // word
-
 
22
 
Line 21... Line 23...
21
 
23
#define PID_SPEAK_HOTT_CFG                      16 // Byte
22
#define PID_SPEAK_HOTT_CFG                      16 // Byte
24
#define PID_HARDWARE_VERSION            17 // Byte
23
 
25
 
24
#define EEPROM_ADR_CHANNELS                     80      // 80 - 93, 12 bytes + 1 byte crc
26
#define EEPROM_ADR_CHANNELS                     80      // 80 - 93, 12 bytes + 1 byte crc