Subversion Repositories FlightCtrl

Rev

Rev 1484 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef _LIBFC_H
#define _LIBFC_H

extern void LIBFC_Init(void);
extern void LIBFC_Polling(void);
extern void LIBFC_ReceiverInit(void);

extern void LIBFC_JetiBox_Putchar(char c);
extern void LIBFC_JetiBox_SetPos(unsigned char index);
extern void LIBFC_JetiBox_Clear(void);

#endif //_LIBFC_H