Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
178 | Alpin | 1 | |
2 | //Function Prototypes of fc_comm.c, which are provided to interface with, |
||
3 | //respectively to communicate with the Flightcontrol: |
||
4 | void SendOutData(unsigned char cmd,unsigned char addr, unsigned char* snd, unsigned char len); |
||
5 | |||
6 | //not yet used (decoding of received data): |
||
7 | //void Decode64(unsigned char* ptrOut, unsigned char len, unsigned char ptrIn,unsigned char max); |