2.74

Fork of ExperimentServer by Patrick Wensing

Revision:
2:bb4b95f37896
Parent:
0:85e387719efd
Child:
6:760b0ac3df4e
--- a/ExperimentServer.h	Tue Aug 11 21:14:17 2015 +0000
+++ b/ExperimentServer.h	Tue Aug 11 22:18:35 2015 +0000
@@ -10,6 +10,8 @@
 public:
     ExperimentServer();
     void attachTerminal( Serial & terminal); 
+    
+    void init();
     void init(const char * addr, const char * subnet, const char * host, unsigned int port);
     
     int getParams(float params[], int num_params);