Versão limpa em 04/09/2014. Telnet funcionando.

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Revision:
42:d6f9ce115eaf
Parent:
31:647771325538
Child:
43:69afea5f5a4d
--- a/Headers/EventDetector.h	Thu Jan 14 17:26:05 2016 +0000
+++ b/Headers/EventDetector.h	Mon Jan 18 18:01:59 2016 +0000
@@ -69,12 +69,9 @@
     int m_EventCounter;
     int m_Channel;
     Timer m_tempo;
-
-    //void OnTrigger(float rmsvalue);
-    void OnTrigger(float *buf, float rmsvalue, float mv2, int under, int over, int duration);
     
     //void SendMessage(int ext,float rmsvalue);
-    void SendMessage(int ext, float *buf, float rmsvalue, float mv2, int under, int over, int duration);
+    void SendMessage(int ext, float rmsvalue, float mv2, int under, int over, int duration);
     
     int TimeDelay(int t);