Blame |
Last modification |
View Log
| RSS feed
//Function Prototypes of fc_comm.c, which are provided to interface with,
//respectively to communicate with the Flightcontrol:
void SendOutData(unsigned char cmd,unsigned char addr, unsigned char* snd, unsigned char len);
//not yet used (decoding of received data):
//void Decode64(unsigned char* ptrOut, unsigned char len, unsigned char ptrIn,unsigned char max);