Guido Ottaviani / Mbed 2 deprecated LeonardoMbos

Dependencies:   mbos Watchdog TextLCD mbed ConfigFile

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Init.h Source File

Init.h

00001 extern Serial pc;
00002 extern Watchdog wd;
00003 
00004 LocalFileSystem local("local");
00005 ConfigFile cfg;
00006 
00007 // Globals
00008 int X=0, Y=0;
00009 
00010 extern double latitude, longitude;
00011 extern double degrees, minutes;
00012 
00013 extern int SetTimeOk;
00014 
00015 extern nmeaINFO info; 
00016 extern nmeaPOS Pos[];
00017 extern DistAzimuth Path;
00018 extern nmeaINFO Dest;
00019 extern int Menu;
00020 
00021 extern int Ang[];