Subversion Repositories Projects

Rev

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

Rev 406 Rev 413
Line 3... Line 3...
3
 
3
 
4
#include <avr/io.h>
4
#include <avr/io.h>
Line -... Line 5...
-
 
5
#define SYSCLK F_CPU
-
 
6
 
-
 
7
 
-
 
8
typedef enum
-
 
9
{
-
 
10
        STATE_UNDEFINED,
-
 
11
        STATE_IDLE,
5
#define SYSCLK F_CPU
12
        STATE_SEND_FOLLOWME
6
 
13
} SysState_t;
Line 7... Line 14...
7
 
14
 
8
#define ERROR_GPS_RX_TIMEOUT    0x0001
-
 
9
#define ERROR_LOW_BAT                   0x0002
15
#define ERROR_GPS_RX_TIMEOUT    0x0001
-
 
16
#define ERROR_LOW_BAT                   0x0002
-
 
17
 
10
 
18
extern uint16_t Error;