Rev 1283 | Rev 1309 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1283 | Rev 1298 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | #define EEPROM_ADR_LAST_OFFSET 3 |
37 | #define EEPROM_ADR_LAST_OFFSET 3 |
Line 38... | Line 38... | ||
38 | 38 | ||
39 | #define EEPROM_ADR_ACC_NICK 4 |
39 | #define EEPROM_ADR_ACC_NICK 4 |
40 | #define EEPROM_ADR_ACC_ROLL 6 |
40 | #define EEPROM_ADR_ACC_ROLL 6 |
- | 41 | #define EEPROM_ADR_ACC_Z 8 |
|
- | 42 | #define EEPROM_ADR_MINUTES 10 |
|
Line 41... | Line 43... | ||
41 | #define EEPROM_ADR_ACC_Z 8 |
43 | #define EEPROM_ADR_MINUTES2 14 |
Line 42... | Line 44... | ||
42 | 44 | ||
43 | #define EEPROM_ADR_CHANNELS 80 |
45 | #define EEPROM_ADR_CHANNELS 80 |
Line 84... | Line 86... | ||
84 | void WriteParameterSet(unsigned char number, unsigned char *buffer, unsigned char length); |
86 | void WriteParameterSet(unsigned char number, unsigned char *buffer, unsigned char length); |
85 | extern unsigned char GetActiveParamSetNumber(void); |
87 | extern unsigned char GetActiveParamSetNumber(void); |
86 | void SetActiveParamSetNumber(unsigned char number); |
88 | void SetActiveParamSetNumber(unsigned char number); |
87 | void LipoDetection(unsigned char print); |
89 | void LipoDetection(unsigned char print); |
88 | extern unsigned char EEPromArray[]; |
90 | extern unsigned char EEPromArray[]; |
- | 91 | extern unsigned int FlugMinuten,FlugMinutenGesamt; |
|
Line 89... | Line 92... | ||
89 | 92 | ||
90 | #include <stdlib.h> |
93 | #include <stdlib.h> |
91 | #include <string.h> |
94 | #include <string.h> |
92 | #include <avr/io.h> |
95 | #include <avr/io.h> |