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.
Revision 12:cf007e9619e1, committed 2015-10-23
- Comitter:
- wbeaumont
- Date:
- Fri Oct 23 11:22:36 2015 +0000
- Parent:
- 11:1fb5d6810b29
- Commit message:
- production version archiving
Changed in this revision
--- a/getVersion.cpp Thu Oct 23 17:42:11 2014 +0000 +++ b/getVersion.cpp Fri Oct 23 11:22:36 2015 +0000 @@ -1,4 +1,7 @@ #include "getVersion.h" +/* + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 +*/ #define GETVERSION_SRC_VER "0.10"
--- a/getVersion.h Thu Oct 23 17:42:11 2014 +0000 +++ b/getVersion.h Fri Oct 23 11:22:36 2015 +0000 @@ -8,7 +8,7 @@ * written for the SOLID SM1 control module firmware * * author Wim.Beaumont@Uantwerpen.be - * (C) Universiteit Antwerpen 5 October 2014 + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 * * version history * v 0.10 intial development vesion
--- a/sscm_comm.cpp Thu Oct 23 17:42:11 2014 +0000 +++ b/sscm_comm.cpp Fri Oct 23 11:22:36 2015 +0000 @@ -13,6 +13,7 @@ * v3.33 corrected range checking temperature * v3.40 added float to datain , dataout conversion * v3.41 bug status decoding corrected + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 *******/ #include "sscm_comm.h"
--- a/sscm_comm.h Thu Oct 23 17:42:11 2014 +0000 +++ b/sscm_comm.h Fri Oct 23 11:22:36 2015 +0000 @@ -12,7 +12,8 @@ * v 3.30 version functions moved to getVersion class * v 3.40 added fdatain and fdataout for float communication * v 3.41 removed fdataout , renamed fdatain to fdata - + * + * (C) Wim Beaumont Univeristeit Antwerpen 2014 , 2015 */ #define SSCM_COMM_LIB_HDR_VERSION "3.41"