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.
Fork of PSU-POWERLOGGER by
HEADERS/FIRMWARE_VERSION.h@3:d55665050fcb, 2012-09-28 (annotated)
- Committer:
- rjc19
- Date:
- Fri Sep 28 15:41:36 2012 +0000
- Revision:
- 3:d55665050fcb
- Parent:
- 0:d0c18e423b13
Working serial logger needs interface improvement
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| emh203 | 0:d0c18e423b13 | 1 | #ifndef FIRMWARE_VERSION_H |
| emh203 | 0:d0c18e423b13 | 2 | #define FIRMWARE_VERSION_H |
| emh203 | 0:d0c18e423b13 | 3 | |
| emh203 | 0:d0c18e423b13 | 4 | #define FIRMWARE_VERSION_MAJOR (1) |
| rjc19 | 3:d55665050fcb | 5 | #define FIRMWARE_VERSION_MINOR (5) |
| emh203 | 0:d0c18e423b13 | 6 | |
| emh203 | 0:d0c18e423b13 | 7 | #endif |
| emh203 | 0:d0c18e423b13 | 8 | |
| emh203 | 0:d0c18e423b13 | 9 |
