Subversion Repositories FlightCtrl

Rev

Rev 894 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 894 Rev 895
1
#ifndef _MAIN_H
1
#ifndef _MAIN_H
2
 #define _MAIN_H
2
 #define _MAIN_H
3
 
3
 
4
//Hier die Quarz Frequenz einstellen
4
//Hier die Quarz Frequenz einstellen
5
#if defined (__AVR_ATmega32__)
5
#if defined (__AVR_ATmega32__)
6
#define SYSCLK  20000000L       //Quarz Frequenz in Hz
6
#define SYSCLK  20000000L       //Quarz Frequenz in Hz
7
#endif
7
#endif
8
 
8
 
9
#if defined (__AVR_ATmega644__)
9
#if defined (__AVR_ATmega644__)
10
#define SYSCLK  20000000L       //Quarz Frequenz in Hz
10
#define SYSCLK  20000000L       //Quarz Frequenz in Hz
11
//#define SYSCLK        16000000L       //Quarz Frequenz in Hz
11
//#define SYSCLK        16000000L       //Quarz Frequenz in Hz
12
#endif
12
#endif
13
 
13
 
14
// neue Hardware
14
// neue Hardware
15
#define ROT_OFF   {if(PlatinenVersion == 10) PORTB &=~0x01; else  PORTB |= 0x01;}
15
#define ROT_OFF   {if(PlatinenVersion == 10) PORTB &=~0x01; else  PORTB |= 0x01;}
16
#define ROT_ON    {if(PlatinenVersion == 10) PORTB |= 0x01; else  PORTB &=~0x01;}
16
#define ROT_ON    {if(PlatinenVersion == 10) PORTB |= 0x01; else  PORTB &=~0x01;}
17
#define ROT_FLASH PORTB ^= 0x01
17
#define ROT_FLASH PORTB ^= 0x01
18
#define GRN_OFF   PORTB &=~0x02 
18
#define GRN_OFF   PORTB &=~0x02 
19
#define GRN_ON    PORTB |= 0x02 
19
#define GRN_ON    PORTB |= 0x02 
20
#define GRN_FLASH PORTB ^= 0x02
20
#define GRN_FLASH PORTB ^= 0x02
-
 
21
// [Harrie:] define J16 and J17:
-
 
22
#define J16_ON   PORTC |= 0x04
-
 
23
#define J16_OFF  PORTC &=~0x04
-
 
24
#define J17_ON   PORTC |= 0x08
-
 
25
#define J17_OFF  PORTC &=~0x08
21
 
26
 
22
#define F_CPU SYSCLK
27
#define F_CPU SYSCLK
23
//#ifndef F_CPU
28
//#ifndef F_CPU
24
//#error ################## F_CPU nicht definiert oder ungültig #############
29
//#error ################## F_CPU nicht definiert oder ungültig #############
25
//#endif
30
//#endif
26
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27
 
32
 
28
#define EEPROM_ADR_VALID            1
33
#define EEPROM_ADR_VALID            1
29
#define EEPROM_ADR_ACTIVE_SET       2
34
#define EEPROM_ADR_ACTIVE_SET       2
30
#define EEPROM_ADR_LAST_OFFSET      3
35
#define EEPROM_ADR_LAST_OFFSET      3
31
 
36
 
32
#define EEPROM_ADR_ACC_NICK         4
37
#define EEPROM_ADR_ACC_NICK         4
33
#define EEPROM_ADR_ACC_ROLL         6
38
#define EEPROM_ADR_ACC_ROLL         6
34
#define EEPROM_ADR_ACC_Z            8
39
#define EEPROM_ADR_ACC_Z            8
35
 
40
 
36
#define EEPROM_ADR_PARAM_BEGIN      100
41
#define EEPROM_ADR_PARAM_BEGIN      100
37
 
42
 
38
#define CFG_HOEHENREGELUNG       0x01
43
#define CFG_HOEHENREGELUNG       0x01
39
#define CFG_HOEHEN_SCHALTER      0x02
44
#define CFG_HOEHEN_SCHALTER      0x02
40
#define CFG_HEADING_HOLD         0x04
45
#define CFG_HEADING_HOLD         0x04
41
#define CFG_KOMPASS_AKTIV        0x08
46
#define CFG_KOMPASS_AKTIV        0x08
42
#define CFG_KOMPASS_FIX          0x10
47
#define CFG_KOMPASS_FIX          0x10
43
#define CFG_GPS_AKTIV            0x20
48
#define CFG_GPS_AKTIV            0x20
44
#define CFG_ACHSENKOPPLUNG_AKTIV 0x40
49
#define CFG_ACHSENKOPPLUNG_AKTIV 0x40
45
#define CFG_DREHRATEN_BEGRENZER  0x80
50
#define CFG_DREHRATEN_BEGRENZER  0x80
46
 
51
 
47
#define CFG_LOOP_OBEN       0x01
52
#define CFG_LOOP_OBEN       0x01
48
#define CFG_LOOP_UNTEN      0x02
53
#define CFG_LOOP_UNTEN      0x02
49
#define CFG_LOOP_LINKS      0x04
54
#define CFG_LOOP_LINKS      0x04
50
#define CFG_LOOP_RECHTS     0x08
55
#define CFG_LOOP_RECHTS     0x08
51
 
56
 
52
//#define  SYSCLK  
57
//#define  SYSCLK  
53
//extern unsigned long SYSCLK;
58
//extern unsigned long SYSCLK;
54
extern volatile int i_Nick[20],i_Roll[20],DiffNick,DiffRoll;
59
extern volatile int i_Nick[20],i_Roll[20],DiffNick,DiffRoll;
55
extern volatile unsigned char SenderOkay;
60
extern volatile unsigned char SenderOkay;
56
extern unsigned char CosinusNickWinkel, CosinusRollWinkel;
61
extern unsigned char CosinusNickWinkel, CosinusRollWinkel;
57
extern unsigned char PlatinenVersion;
62
extern unsigned char PlatinenVersion;
58
extern unsigned char SendVersionToNavi;
63
extern unsigned char SendVersionToNavi;
59
void ReadParameterSet (unsigned char number, unsigned char *buffer, unsigned char length);
64
void ReadParameterSet (unsigned char number, unsigned char *buffer, unsigned char length);
60
void WriteParameterSet(unsigned char number, unsigned char *buffer, unsigned char length);
65
void WriteParameterSet(unsigned char number, unsigned char *buffer, unsigned char length);
61
extern unsigned char GetActiveParamSetNumber(void);
66
extern unsigned char GetActiveParamSetNumber(void);
62
extern unsigned char EEPromArray[];
67
extern unsigned char EEPromArray[];
63
 
68
 
64
#include <stdlib.h>
69
#include <stdlib.h>
65
#include <string.h>
70
#include <string.h>
66
#include <avr/io.h>
71
#include <avr/io.h>
67
#include <avr/pgmspace.h>
72
#include <avr/pgmspace.h>
68
#include <avr/interrupt.h>
73
#include <avr/interrupt.h>
69
#include <avr/eeprom.h>
74
#include <avr/eeprom.h>
70
#include <avr/boot.h>
75
#include <avr/boot.h>
71
#include <avr/wdt.h>
76
#include <avr/wdt.h>
72
 
77
 
73
#include "old_macros.h"
78
#include "old_macros.h"
74
 
79
 
75
#include "_Settings.h"
80
#include "_Settings.h"
76
#include "printf_P.h"
81
#include "printf_P.h"
77
#include "timer0.h"
82
#include "timer0.h"
78
#include "uart.h"
83
#include "uart.h"
79
#include "analog.h"
84
#include "analog.h"
80
#include "twimaster.h"
85
#include "twimaster.h"
81
#include "menu.h"
86
#include "menu.h"
82
#include "rc.h"
87
#include "rc.h"
83
#include "fc.h"
88
#include "fc.h"
84
#include "gps.h"
89
#include "gps.h"
85
#include "spi.h"
90
#include "spi.h"
86
 
91
 
87
 
92
 
88
#ifndef EEMEM
93
#ifndef EEMEM
89
#define EEMEM __attribute__ ((section (".eeprom")))
94
#define EEMEM __attribute__ ((section (".eeprom")))
90
#endif
95
#endif
91
 
96
 
92
#define DEBUG_DISPLAY_INTERVALL  123 // in ms
97
#define DEBUG_DISPLAY_INTERVALL  123 // in ms
93
 
98
 
94
 
99
 
95
#define DELAY_US(x)     ((unsigned int)( (x) * 1e-6 * F_CPU ))
100
#define DELAY_US(x)     ((unsigned int)( (x) * 1e-6 * F_CPU ))
96
       
101
       
97
#endif //_MAIN_H
102
#endif //_MAIN_H
98
 
103
 
99
 
104
 
100
 
105
 
101
 
106
 
102
 
107
 
103
 
108
 
104
 
109