Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1433 → Rev 1434

/beta/Code Redesign killagreg/libfc.a
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/beta/Code Redesign killagreg/libfc.h
0,0 → 1,8
#ifndef _LIBFC_H
#define _LIBFC_H
 
extern void LIBFC_Init(void); // general init function (must be called at startup)
extern void LIBFC_ReceiverInit(void); // init of reveicer type
extern void LIBFC_Polling(void); // must be called in main-loop
 
#endif //_LIBFC_H