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
Task6Pc.h
00001 #include "mbed.h" 00002 #include "Common.h" 00003 #include "mbos.h" 00004 #include "Tasks.h" 00005 #include "nmea/nmea.h" 00006 00007 void Deg2DegMinSec(double DecDeg, DegMinSec *DecSec); 00008 00009 extern mbos os; 00010 extern nmeaINFO info; 00011 extern int SetTimeOk; 00012 extern double latitude, longitude; 00013 extern nmeaPOS Pos[]; 00014 extern DistAzimuth Path; 00015 00016 int PcMonitor=0; // to control serial out on USB serial 00017 00018 Serial pc(USBTX, USBRX);
Generated on Thu Jul 14 2022 14:06:47 by
1.7.2