Guido Ottaviani / Mbed 2 deprecated LeonardoMbos

Dependencies:   mbos Watchdog TextLCD mbed ConfigFile

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Startup.h Source File

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"};