w5100 hello world web server

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
antanenko
Date:
Sun Jan 24 05:06:44 2016 +0000
Parent:
1:fbc8f7bb7288
Commit message:
test commit

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Jan 24 05:01:59 2016 +0000
+++ b/main.cpp	Sun Jan 24 05:06:44 2016 +0000
@@ -1,6 +1,7 @@
 #include "mbed.h"
 Serial pc(USBTX,USBRX);
 Serial pc2(PB_6,PB_7);
+// change
 
 DigitalOut led1(LED1);
 DigitalOut led2(PB_4);