Kyosho: new protocol

This commit is contained in:
Pascal Langer
2020-07-10 15:25:32 +02:00
parent 64419a6cf4
commit 930c26a111
10 changed files with 246 additions and 64 deletions

View File

@@ -1136,6 +1136,13 @@ static void protocol_init()
remote_callback = ReadPelikan;
break;
#endif
#if defined(KYOSHO_A7105_INO)
case PROTO_KYOSHO:
PE1_off; //antenna RF1
next_callback = initKyosho();
remote_callback = ReadKyosho;
break;
#endif
#endif
#ifdef CC2500_INSTALLED
#if defined(FRSKYD_CC2500_INO)