Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 405 → Rev 406

/FollowMe/temp/FollowMe/main.h
0,0 → 1,21
#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;
extern int16_t UBat;
#endif //_MAIN_H