Dan Searle / Mbed 2 deprecated NetTester

Dependencies:   EthernetInterface Functions N3310LCD mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "Functions.h"
00003 
00004 Functions funct;
00005 
00006 int main() {
00007     funct.Intro();
00008     funct.ContrastChange();
00009     funct.Loading();
00010     funct.IPSettings();
00011     funct.SystemRestart();
00012 }