Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 177 → Rev 178

/MoteCtrl/Sources/fc_comm.h
0,0 → 1,7
 
//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);