No known key found for this signature in database
GPG Key ID: 77E9DF7A0452BF64
18 changed files with 327 additions and 423 deletions
-
20remote/include/FrSkyD_cc2500.h
-
10remote/include/Multiprotocol.h
-
51remote/include/common.h
-
1remote/include/config.h
-
2remote/include/eeprom.h
-
10remote/include/input.h
-
31remote/include/pins.h
-
11remote/include/state.h
-
113remote/src/FrSkyD_cc2500.cpp
-
246remote/src/Multiprotocol.cpp
-
19remote/src/common.ds
-
3remote/src/config.cpp
-
8remote/src/eeprom.cpp
-
44remote/src/input.cpp
-
1remote/src/state_bind.cpp
-
173remote/src/state_fly.cpp
-
6remote/src/state_init.cpp
-
1remote/src/state_menu.cpp
@ -1,51 +0,0 @@ |
|||
/* |
|||
This project is free software: you can redistribute it and/or modify |
|||
it under the terms of the GNU General Public License as published by |
|||
the Free Software Foundation, either version 3 of the License, or |
|||
(at your option) any later version. |
|||
|
|||
Multiprotocol is distributed in the hope that it will be useful, |
|||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
GNU General Public License for more details. |
|||
|
|||
You should have received a copy of the GNU General Public License |
|||
along with Multiprotocol. If not, see <http://www.gnu.org/licenses/>. |
|||
*/ |
|||
#ifndef _COMMON_H_ |
|||
#define _COMMON_H_ |
|||
#include <stdint.h> |
|||
#include "config.h" |
|||
#include "tx_def.h" |
|||
|
|||
void InitChannel(void); |
|||
|
|||
/******************************/ |
|||
/** FrSky D and X routines **/ |
|||
/******************************/ |
|||
enum { |
|||
FRSKY_BIND = 0, |
|||
FRSKY_BIND_DONE = 1000, |
|||
FRSKY_DATA1, |
|||
FRSKY_DATA2, |
|||
FRSKY_DATA3, |
|||
FRSKY_DATA4, |
|||
FRSKY_DATA5 |
|||
}; |
|||
|
|||
/******************************/ |
|||
/** FrSky V, D and X routines **/ |
|||
/******************************/ |
|||
#if defined(FRSKYV_CC2500_INO) || defined(FRSKYD_CC2500_INO) || defined(FRSKYX_CC2500_INO) |
|||
|
|||
extern uint8_t FRSKY_common_startreg_cc2500_conf[]; |
|||
|
|||
extern uint8_t FRSKYD_cc2500_conf[]; |
|||
|
|||
|
|||
extern uint8_t FRSKY_common_end_cc2500_conf[][2]; |
|||
void FRSKY_init_cc2500(const uint8_t *ptr); |
|||
|
|||
#endif |
|||
|
|||
#endif |
Write
Preview
Loading…
Cancel
Save
Reference in new issue