Subversion Repositories FlightCtrl

Rev

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

Rev 1916 Rev 2309
Line 1... Line 1...
1
#ifndef _LIBFC_H
1
#ifndef _LIBFC_H
2
#define _LIBFC_H
2
#define _LIBFC_H
Line 3... Line -...
3
 
-
 
4
 
3
 
5
#define CPU_UNKNOWN     0
4
#define CPU_UNKNOWN     0
6
#define CPU_ATMEGA644   1
5
#define CPU_ATMEGA644   1
7
#define CPU_ATMEGA644P  2
6
#define CPU_ATMEGA644P  2
8
#define CPU_ATMEGA1284  3
7
#define CPU_ATMEGA1284  3
Line 9... Line 8...
9
#define CPU_ATMEGA1284P 4
8
#define CPU_ATMEGA1284P 4
-
 
9
 
10
 
10
extern void LIBFC_Init(unsigned char);
11
extern void LIBFC_Init(void);
11
extern long ACC_AltitudeFusion(void);
Line 12... Line 12...
12
extern void LIBFC_Polling(void);
12
extern void LIBFC_Polling(void);
13
extern void LIBFC_ReceiverInit(unsigned char rtype);
13
extern void LIBFC_ReceiverInit(unsigned char rtype);