Subversion Repositories FlightCtrl

Rev

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

Rev 1484 Rev 1571
Line 1... Line 1...
1
#ifndef _LIBFC_H
1
#ifndef _LIBFC_H
2
#define _LIBFC_H
2
#define _LIBFC_H
Line -... Line 3...
-
 
3
 
-
 
4
 
-
 
5
#define CPU_UNKNOWN     0
-
 
6
#define CPU_ATMEGA644   1
-
 
7
#define CPU_ATMEGA644P  2
-
 
8
#define CPU_ATMEGA1284  3
-
 
9
#define CPU_ATMEGA1284P 4
3
 
10
 
4
extern void LIBFC_Init(void);
11
extern void LIBFC_Init(void);
5
extern void LIBFC_Polling(void);
12
extern void LIBFC_Polling(void);
Line 6... Line 13...
6
extern void LIBFC_ReceiverInit(void);
13
extern void LIBFC_ReceiverInit(void);
7
 
14
 
8
extern void LIBFC_JetiBox_Putchar(char c);
15
extern void LIBFC_JetiBox_Putchar(char c);
-
 
16
extern void LIBFC_JetiBox_SetPos(unsigned char index);
Line 9... Line 17...
9
extern void LIBFC_JetiBox_SetPos(unsigned char index);
17
extern void LIBFC_JetiBox_Clear(void);