Extending the X_NUCLEO_IDW01M1 to allow configuration of the board as an access point
Dependents: X_NUCLEO_IDW01M1_AP_Test
Fork of X_NUCLEO_IDW01M1 by
Diff: SPWFInterface.cpp
- Revision:
- 16:156be7b55904
- Parent:
- 15:225d5d3c4f84
- Child:
- 17:2c47c2aab4a4
--- a/SPWFInterface.cpp Tue May 24 07:18:35 2016 +0000 +++ b/SPWFInterface.cpp Thu Jun 02 05:52:45 2016 +0000 @@ -41,7 +41,9 @@ #define SPWF_RECV_TIMEOUT 1000 #define SPWF_MISC_TIMEOUT 15000 -// Handle structure for socket +/** spwf_socket class + * Implementation of SPWF socket structure + */ struct spwf_socket { int id; int server_port;