first commit
This commit is contained in:
12
dev/sbus.h
Normal file
12
dev/sbus.h
Normal file
@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
struct IBUS_Data // FlySky
|
||||
{
|
||||
short X, Y, Z, W;
|
||||
short SWA,SWB, SWC, SWD;
|
||||
short VRA, VRB;
|
||||
short OTHER[4];
|
||||
};
|
||||
|
||||
void IBUS_Init(unsigned long Baud);
|
||||
bool IBUS_Update(IBUS_Data& Data, bool& Off);
|
Reference in New Issue
Block a user