Subversion Repositories FlightCtrl

Rev

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

Rev 2543 Rev 2568
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
 
Line 7... Line 7...
7
#define EEPARAM_REVISION        105 // is count up, if paramater stucture has changed (compatibility)
7
#define EEPARAM_REVISION        106 // is count up, if paramater stucture has changed (compatibility)
8
#define EEMIXER_REVISION         1  // is count up, if mixer stucture has changed (compatibility)
8
#define EEMIXER_REVISION         1  // is count up, if mixer stucture has changed (compatibility)
9
 
9
 
Line 259... Line 259...
259
        unsigned char AutoLandingVoltage;    // in 0,1V  0 -> disabled
259
        unsigned char AutoLandingVoltage;    // in 0,1V  0 -> disabled
260
        unsigned char ComingHomeVoltage;    // in 0,1V  0 -> disabled
260
        unsigned char ComingHomeVoltage;    // in 0,1V  0 -> disabled
261
        unsigned char AutoPhotoAtitudes;
261
        unsigned char AutoPhotoAtitudes;
262
        unsigned char SingleWpSpeed;
262
        unsigned char SingleWpSpeed;
263
        unsigned char LandingPulse;
263
        unsigned char LandingPulse;
-
 
264
        unsigned char SingleWpControlChannel;
-
 
265
        unsigned char MenuKeyChannel;
264
        //------------------------------------------------
266
        //------------------------------------------------
265
        unsigned char BitConfig;          // (war Loop-Cfg) Bitcodiert: 0x01=oben, 0x02=unten, 0x04=links, 0x08=rechts / wird getrennt behandelt
267
        unsigned char BitConfig;          // (war Loop-Cfg) Bitcodiert: 0x01=oben, 0x02=unten, 0x04=links, 0x08=rechts / wird getrennt behandelt
266
        unsigned char ServoCompInvert;    // //  0x01 = Nick, 0x02 = Roll, 0x04 = relative moving // WICHTIG!!! am Ende lassen
268
        unsigned char ServoCompInvert;    // //  0x01 = Nick, 0x02 = Roll, 0x04 = relative moving // WICHTIG!!! am Ende lassen
267
        unsigned char ExtraConfig;        // bitcodiert
269
        unsigned char ExtraConfig;        // bitcodiert
268
        unsigned char GlobalConfig3;      // bitcodiert
270
        unsigned char GlobalConfig3;      // bitcodiert