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@2:8917036cbf69, 2012-01-31 (annotated)
- Committer:
- guiott
- Date:
- Tue Jan 31 00:22:58 2012 +0000
- Revision:
- 2:8917036cbf69
- Parent:
- 1:360c4a23cb1d
WDT optimized for reliability. A better organization of source code has be done separating each task in a dedicated module.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
guiott | 0:d177c0087d1f | 1 | //================= Prototypes ================= |
guiott | 0:d177c0087d1f | 2 | void Initialize (void); |
guiott | 0:d177c0087d1f | 3 | int TimerStart(void); |
guiott | 0:d177c0087d1f | 4 | void TimerStop(int Tstart, int Index); |
guiott | 2:8917036cbf69 | 5 | |
guiott | 2:8917036cbf69 | 6 | //GPS |
guiott | 0:d177c0087d1f | 7 | void Deg2DegMinSec(double DecDeg, DegMinSec *DecSec); |
guiott | 2:8917036cbf69 | 8 | |
guiott | 0:d177c0087d1f | 9 | void SetTime(void); |
guiott | 0:d177c0087d1f | 10 | void LedBlink(void); |
guiott | 0:d177c0087d1f | 11 | void showInfoPc(void); |
guiott | 2:8917036cbf69 | 12 | |
guiott | 0:d177c0087d1f | 13 | //=============================================== |
guiott | 0:d177c0087d1f | 14 |