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
Common.h@0:d177c0087d1f, 2012-01-29 (annotated)
- Committer:
- guiott
- Date:
- Sun Jan 29 16:06:12 2012 +0000
- Revision:
- 0:d177c0087d1f
- Child:
- 2:8917036cbf69
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
guiott | 0:d177c0087d1f | 1 | #define PCBAUD 115200 |
guiott | 0:d177c0087d1f | 2 | #define GPSRX p10 |
guiott | 0:d177c0087d1f | 3 | #define GPSBAUD 4800 |
guiott | 0:d177c0087d1f | 4 | #define BUFF_SIZE 256 |
guiott | 0:d177c0087d1f | 5 | |
guiott | 0:d177c0087d1f | 6 | #define LCD_LIGHT_DIM_TIMER 5000 |
guiott | 0:d177c0087d1f | 7 | #define SHOW_LCD_TIMER 500 |
guiott | 0:d177c0087d1f | 8 | #define TEMP_TIMER 500 |
guiott | 0:d177c0087d1f | 9 | #define WDT_TIMER 5 |