This is a NetworkSocketAPI example for LWIPBP3595Interface_STA library. LWIPBP3595Interface_STA library only works with GR-PEACH. The base example is HelloLWIPInterface.
Dependencies: LWIPBP3595Interface_STA LWIPInterface NetworkSocketAPI mbed-rtos mbed
Fork of HelloLWIPBP3595Interface by
Diff: main.cpp
- Revision:
- 2:144dc7ff85e5
- Parent:
- 0:8d78a24b262f
- Child:
- 3:a4b863fd65b8
diff -r 97d54645c995 -r 144dc7ff85e5 main.cpp --- a/main.cpp Tue May 31 06:21:07 2016 +0000 +++ b/main.cpp Tue May 31 06:53:15 2016 +0000 @@ -19,6 +19,11 @@ * limitations under the License. */ +/* +This program works with the following library. + mbed-rtos : revision 107 +*/ + #include "mbed.h" #include "LWIPBP3595Interface.h" #include "TCPSocket.h"
