PIR sensor

Dependents:   WizFi310_Tweet_1

Fork of WizFi310Interface_Legacy_newv2 by ajeet prajapati

Revision:
2:3194ebe06182
Parent:
0:774ff1e8b26b
--- a/Socket/TCPSocketServer.h	Tue May 02 00:31:36 2017 +0000
+++ b/Socket/TCPSocketServer.h	Mon Sep 18 08:11:28 2017 +0000
@@ -54,6 +54,7 @@
     \param connection A TCPSocketConnection instance that will handle the incoming connection.
     \return 0 on success, -1 on failure.
     */
+    
     int accept(TCPSocketConnection& connection);
 };