Rev 1692 | Rev 1703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1692 | Rev 1702 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | #define FCFLAG_NOTLANDUNG 0x10 |
16 | #define FCFLAG_NOTLANDUNG 0x10 |
17 | #define FCFLAG_LOWBAT 0x20 |
17 | #define FCFLAG_LOWBAT 0x20 |
18 | #define FCFLAG_SPI_RX_ERR 0x40 |
18 | #define FCFLAG_SPI_RX_ERR 0x40 |
19 | #define FCFLAG_I2CERR 0x80 |
19 | #define FCFLAG_I2CERR 0x80 |
Line -... | Line 20... | ||
- | 20 | ||
- | 21 | #define DEFEKT_G_NICK 0x01 |
|
- | 22 | #define DEFEKT_G_ROLL 0x02 |
|
- | 23 | #define DEFEKT_G_GIER 0x04 |
|
- | 24 | #define DEFEKT_A_NICK 0x08 |
|
- | 25 | #define DEFEKT_A_ROLL 0x10 |
|
- | 26 | #define DEFEKT_A_Z 0x20 |
|
- | 27 | #define DEFEKT_PRESSURE 0x40 |
|
- | 28 | #define DEFEKT_CAREFREE_ERR 0x80 |
|
- | 29 | ||
- | 30 | #define DEFEKT_I2C 0x01 |
|
- | 31 | #define DEFEKT_BL_MISSING 0x02 |
|
- | 32 | #define DEFEKT_SPI_RX_ERR 0x04 |
|
- | 33 | #define DEFEKT_PPM_ERR 0x08 |
|
- | 34 | #define DEFEKT_MIXER_ERR 0x10 |
|
20 | 35 | ||
21 | #define Poti1 Poti[0] |
36 | #define Poti1 Poti[0] |
22 | #define Poti2 Poti[1] |
37 | #define Poti2 Poti[1] |
23 | #define Poti3 Poti[2] |
38 | #define Poti3 Poti[2] |
24 | #define Poti4 Poti[3] |
39 | #define Poti4 Poti[3] |