
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
main.cpp@2:c54f364bc853, 2013-08-01 (annotated)
- Committer:
- Searle95
- Date:
- Thu Aug 01 12:14:44 2013 +0000
- Revision:
- 2:c54f364bc853
- Parent:
- 1:6aecf18e8884
Added in a system restart at the end of cycle, version variable added for ease and minor timing changes. Version updated to 1.05.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Searle95 | 0:2ef23ececc71 | 1 | #include "mbed.h" |
Searle95 | 1:6aecf18e8884 | 2 | #include "Functions.h" |
Searle95 | 0:2ef23ececc71 | 3 | |
Searle95 | 1:6aecf18e8884 | 4 | Functions funct; |
Searle95 | 0:2ef23ececc71 | 5 | |
Searle95 | 0:2ef23ececc71 | 6 | int main() { |
Searle95 | 1:6aecf18e8884 | 7 | funct.Intro(); |
Searle95 | 1:6aecf18e8884 | 8 | funct.ContrastChange(); |
Searle95 | 1:6aecf18e8884 | 9 | funct.Loading(); |
Searle95 | 1:6aecf18e8884 | 10 | funct.IPSettings(); |
Searle95 | 2:c54f364bc853 | 11 | funct.SystemRestart(); |
Searle95 | 0:2ef23ececc71 | 12 | } |