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
Startup.h
00001 #include "mbed.h" 00002 #include "Common.h" 00003 #include "TextLCD.h" 00004 #include "nmea/nmea.h" 00005 #include "mbos.h" 00006 #include "Tasks.h" 00007 #include "ConfigFile.h" 00008 00009 extern TextLCD lcd; 00010 extern mbos os; 00011 extern Serial pc; 00012 extern Serial gps; 00013 00014 extern nmeaINFO info; 00015 extern nmeaPARSER parser; 00016 extern PwmOut LcdBklight; 00017 00018 void GpsSerialIsr(void); 00019 void trace_h(const char *str, int str_size); 00020 void error_h(const char *str, int str_size); 00021 void ReadCfg(char *Config[]); 00022 void WriteCfg(); 00023 00024 extern char Ver1[]; 00025 extern char Ver2[]; 00026 00027 char *Config[] = {"LatStart","LonStart"};
Generated on Thu Jul 14 2022 14:06:47 by
1.7.2