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: EthernetInterface Functions N3310LCD mbed-rtos mbed
Revision 2:c54f364bc853, committed 2013-08-01
- Comitter:
- Searle95
- Date:
- Thu Aug 01 12:14:44 2013 +0000
- Parent:
- 1:6aecf18e8884
- Commit message:
- Added in a system restart at the end of cycle, version variable added for ease and minor timing changes. Version updated to 1.05.
Changed in this revision
| Functions.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Functions.lib Thu Aug 01 09:16:23 2013 +0000 +++ b/Functions.lib Thu Aug 01 12:14:44 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/Searle95/code/Functions/#a5f21c409f51 +http://mbed.org/users/Searle95/code/Functions/#a3deb705b78e
--- a/main.cpp Thu Aug 01 09:16:23 2013 +0000
+++ b/main.cpp Thu Aug 01 12:14:44 2013 +0000
@@ -1,5 +1,4 @@
#include "mbed.h"
-#include "rtos.h"
#include "Functions.h"
Functions funct;
@@ -9,4 +8,5 @@
funct.ContrastChange();
funct.Loading();
funct.IPSettings();
+ funct.SystemRestart();
}
\ No newline at end of file