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
- Committer:
- guiott
- Date:
- 2012-01-31
- Revision:
- 2:8917036cbf69
- Parent:
- 1:360c4a23cb1d
File content as of revision 2:8917036cbf69:
//================= Prototypes ================= void Initialize (void); int TimerStart(void); void TimerStop(int Tstart, int Index); //GPS void Deg2DegMinSec(double DecDeg, DegMinSec *DecSec); void SetTime(void); void LedBlink(void); void showInfoPc(void); //===============================================