Subversion Repositories Projects

Rev

Rev 333 | Blame | Last modification | View Log | RSS feed

#ifndef _MAIN_H
#define _MAIN_H

#include <avr/io.h>
#define SYSCLK F_CPU


#define ERROR_GPS_RX_TIMEOUT    0x0001
#define ERROR_LOW_BAT                   0x0002

extern uint16_t Error;
extern int16_t FollowMe_active;

#endif //_MAIN_H