![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
a
Dependencies: 4DGL-uLCD-SE EthernetInterface mbed rtos
Revision 4:5780f46cbd63, committed 2016-06-25
- Comitter:
- shekha_atrash
- Date:
- Sat Jun 25 03:29:49 2016 +0000
- Parent:
- 3:7862ff3a9feb
- Commit message:
- a;
Changed in this revision
diff -r 7862ff3a9feb -r 5780f46cbd63 EthernetInterface.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/EthernetInterface.lib Sat Jun 25 03:29:49 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/EthernetInterface/#183490eb1b4a
diff -r 7862ff3a9feb -r 5780f46cbd63 main.cpp --- a/main.cpp Sat Jun 25 03:14:25 2016 +0000 +++ b/main.cpp Sat Jun 25 03:29:49 2016 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" #include "uLCD_4DGL.h" - +#include "EthernetInterface.h" uLCD_4DGL lcd(p9,p10,p11); EthernetInterface eth; @@ -47,7 +47,7 @@ void receiveFromEthernet() { - Ethernet eth; + EthernetInterface eth; char buf[0x600]; while(1)
diff -r 7862ff3a9feb -r 5780f46cbd63 rtos.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rtos.lib Sat Jun 25 03:29:49 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/narshu/code/rtos/#e477ba491a3b