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
Revision 2:144dc7ff85e5, committed 2016-05-31
- Comitter:
- tousaki
- Date:
- Tue May 31 06:53:15 2016 +0000
- Parent:
- 1:97d54645c995
- Child:
- 3:a4b863fd65b8
- Commit message:
- Modified some comments
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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"
