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: DOGS102 GpsParser ISL29011 MMA845x MPL3115A2 MTS-Serial NCP5623B libmDot-dev-mbed5-deprecated
Fork of MTDOT-BOX-EVB-Factory-Firmware by
Revision 2:705a6bdaef68, committed 2016-02-04
- Comitter:
- mfiore
- Date:
- Thu Feb 04 18:46:05 2016 +0000
- Parent:
- 1:71125aa00e33
- Child:
- 4:13fa673bb966
- Commit message:
- add MTS-Serial, update version header
Changed in this revision
| MTS-Serial.lib | Show annotated file Show diff for this revision Revisions of this file |
| version.h | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/MTS-Serial.lib Thu Feb 04 18:46:05 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/teams/MultiTech/code/MTS-Serial/#4afbbafcd6b3
--- a/version.h Thu Feb 04 12:36:36 2016 -0600 +++ b/version.h Thu Feb 04 18:46:05 2016 +0000 @@ -1,6 +1,6 @@ #ifndef __VERSION_H__ #define __VERSION_H__ -#define MTDOT_BOX_VERSION "2.0.0" +#define MTDOT_BOX_VERSION "2.0.0-mbed" -#endif +#endif
