Subversion Repositories FlightCtrl

Rev

Rev 2309 | Rev 2320 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2309 Rev 2316
Line 6... Line 6...
6
#define CPU_ATMEGA644P  2
6
#define CPU_ATMEGA644P  2
7
#define CPU_ATMEGA1284  3
7
#define CPU_ATMEGA1284  3
8
#define CPU_ATMEGA1284P 4
8
#define CPU_ATMEGA1284P 4
Line 9... Line 9...
9
 
9
 
10
extern void LIBFC_Init(unsigned char);
10
extern void LIBFC_Init(unsigned char);
11
extern long ACC_AltitudeFusion(void);
11
extern long ACC_AltitudeFusion(unsigned char init);
12
extern void LIBFC_Polling(void);
12
extern void LIBFC_Polling(void);
Line 13... Line 13...
13
extern void LIBFC_ReceiverInit(unsigned char rtype);
13
extern void LIBFC_ReceiverInit(unsigned char rtype);
14
 
14