mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 22:28:12 +00:00
MultiOrange: add Walkera protocol
This commit is contained in:
parent
68b94cfcaa
commit
00e47b9afb
@ -34,6 +34,8 @@ extern uint16_t DevoInit(void) ;
|
||||
extern uint16_t devo_callback(void) ;
|
||||
extern uint16_t initJ6Pro(void) ;
|
||||
extern uint16_t ReadJ6Pro(void) ;
|
||||
extern uint16_t WK_setup(void) ;
|
||||
extern uint16_t WK_cb(void) ;
|
||||
|
||||
extern void randomSeed(unsigned int seed) ;
|
||||
extern long random(long howbig) ;
|
||||
@ -46,7 +48,7 @@ extern void delayMilliseconds(unsigned long ms) ;
|
||||
extern void init(void) ;
|
||||
|
||||
extern void modules_reset() ;
|
||||
extern void Update_All() ;
|
||||
extern uint8_t Update_All() ;
|
||||
extern void tx_pause() ;
|
||||
extern void tx_resume() ;
|
||||
extern void TelemetryUpdate() ;
|
||||
@ -146,6 +148,7 @@ void init()
|
||||
#include "DSM_cyrf6936.ino"
|
||||
#include "Devo_cyrf6936.ino"
|
||||
#include "J6Pro_cyrf6936.ino"
|
||||
#include "WK2x01_cyrf6936.ino"
|
||||
|
||||
#include "Telemetry.ino"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user