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: NCP5623B GpsParser ISL29011 libmDot-mbed5 MTS-Serial MMA845x DOGS102 MPL3115A2
version.h@2:705a6bdaef68, 2016-02-04 (annotated)
- Committer:
- mfiore
- Date:
- Thu Feb 04 18:46:05 2016 +0000
- Revision:
- 2:705a6bdaef68
- Parent:
- 1:71125aa00e33
- Child:
- 4:13fa673bb966
add MTS-Serial, update version header
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Mike Fiore |
1:71125aa00e33 | 1 | #ifndef __VERSION_H__ |
| Mike Fiore |
1:71125aa00e33 | 2 | #define __VERSION_H__ |
| Mike Fiore |
1:71125aa00e33 | 3 | |
| mfiore | 2:705a6bdaef68 | 4 | #define MTDOT_BOX_VERSION "2.0.0-mbed" |
| Mike Fiore |
1:71125aa00e33 | 5 | |
| mfiore | 2:705a6bdaef68 | 6 | #endif |