AP mode
Dependencies: NetworkSocketAPI WizFi310Interface mbed
Fork of WizFi310_TCP_Echo_Server_Example by
Diff: info.h
- Revision:
- 5:e313e52adcaf
- Parent:
- 2:8d119e9b8f5a
--- a/info.h Mon Oct 02 21:49:51 2017 +0000 +++ b/info.h Mon Oct 02 22:02:47 2017 +0000 @@ -2,8 +2,9 @@ #include "TCPServer.h" #include "WizFi310Interface.h" #include "resource.h" +#include "ShiftRegisterControlClass.h" void getInfoState(TCPSocket *socket, char *buf); -uint8_t processInfo(char *buf); +uint8_t processInfo(char *buf, ShiftRegisterControlClass led); void processJson(bool* first, bool* second, bool* third, char *buf); -void recvInfo(TCPSocket *socket, char* buf, char* id); \ No newline at end of file +void recvInfo(TCPSocket *socket, char* buf, char* id, ShiftRegisterControlClass led); \ No newline at end of file