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

Committer:
Searle95
Date:
2013-08-01
Revision:
2:c54f364bc853
Parent:
1:6aecf18e8884

File content as of revision 2:c54f364bc853:

#include "mbed.h"
#include "Functions.h"

Functions funct;

int main() {
    funct.Intro();
    funct.ContrastChange();
    funct.Loading();
    funct.IPSettings();
    funct.SystemRestart();
}