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
Prototype.h@0:d177c0087d1f, 2012-01-29 (annotated)
- Committer:
- guiott
- Date:
- Sun Jan 29 16:06:12 2012 +0000
- Revision:
- 0:d177c0087d1f
- Child:
- 1:360c4a23cb1d
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
guiott | 0:d177c0087d1f | 1 | //================= Prototypes ================= |
guiott | 0:d177c0087d1f | 2 | int CmpRead(void); |
guiott | 0:d177c0087d1f | 3 | void TempTask(void); |
guiott | 0:d177c0087d1f | 4 | void LcdLightDimTask(void); |
guiott | 0:d177c0087d1f | 5 | void Initialize (void); |
guiott | 0:d177c0087d1f | 6 | int TimerStart(void); |
guiott | 0:d177c0087d1f | 7 | void TimerStop(int Tstart, int Index); |
guiott | 0:d177c0087d1f | 8 | void GpsStringParse(void); |
guiott | 0:d177c0087d1f | 9 | void GpsDist(void); |
guiott | 0:d177c0087d1f | 10 | void Deg2DegMinSec(double DecDeg, DegMinSec *DecSec); |
guiott | 0:d177c0087d1f | 11 | void GpsDist(void); |
guiott | 0:d177c0087d1f | 12 | void showDirLcd(int Indx); |
guiott | 0:d177c0087d1f | 13 | void showMenuLcd1(void); |
guiott | 0:d177c0087d1f | 14 | void showMenuLcd(void); |
guiott | 0:d177c0087d1f | 15 | void showSatLcd(void); |
guiott | 0:d177c0087d1f | 16 | void SetTime(void); |
guiott | 0:d177c0087d1f | 17 | void Coordinates(void); |
guiott | 0:d177c0087d1f | 18 | void LedBlink(void); |
guiott | 0:d177c0087d1f | 19 | void GpsSerialIsr(void); |
guiott | 0:d177c0087d1f | 20 | void showInfoLcd(void); |
guiott | 0:d177c0087d1f | 21 | void showInfoPc(void); |
guiott | 0:d177c0087d1f | 22 | void trace_h(const char *str, int str_size); |
guiott | 0:d177c0087d1f | 23 | void error_h(const char *str, int str_size); |
guiott | 0:d177c0087d1f | 24 | double trunc(double v); |
guiott | 0:d177c0087d1f | 25 | //=============================================== |
guiott | 0:d177c0087d1f | 26 |