Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbos Watchdog TextLCD mbed ConfigFile
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[];
Generated on Thu Jul 14 2022 14:06:47 by
1.7.2