Kyosho: new sub_protocol Hype

Initial release
This commit is contained in:
Pascal Langer
2020-09-29 11:24:55 +02:00
parent a4cac50261
commit e7eb07a5a4
7 changed files with 113 additions and 22 deletions

View File

@@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 1
#define VERSION_PATCH_LEVEL 69
#define VERSION_PATCH_LEVEL 70
//******************
// Protocols
@@ -398,6 +398,12 @@ enum HEIGHT
HEIGHT_8CH = 1,
};
enum KYOSHO
{
KYOSHO_FHSS = 0,
KYOSHO_HYPE = 1,
};
#define NONE 0
#define P_HIGH 1
#define P_LOW 0