STILL IN DEVELOPMENT. A NetTester designed with the mbed to show network port information (Currently using a N3310LCD screen). The tester displays VLAN information, all IP information and the port on which its connected to the switch. All feedback is welcome. Please email: d.b.searle@reading.ac.uk
Dependencies: EthernetInterface Functions N3310LCD mbed-rtos mbed
STILL IN DEVELOPMENT. A NetTester designed with the mbed to show network port information (Currently using a N3310LCD screen). The tester displays VLAN information, all IP information and the port on which its connected to the switch. All feedback is welcome. Please email: d.b.searle@reading.ac.uk
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 |
diff -r 6aecf18e8884 -r c54f364bc853 Functions.lib --- 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
diff -r 6aecf18e8884 -r c54f364bc853 main.cpp --- 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