teste de publish

Dependencies:   DS1820 HighSpeedAnalogIn devices mbed

Revision:
1:0e0967c88590
Parent:
0:1c0a769988ee
Child:
7:ae9c47f62946
--- a/modem.h	Fri Mar 24 15:54:41 2017 +0000
+++ b/modem.h	Thu Mar 30 19:54:09 2017 +0000
@@ -22,7 +22,7 @@
 
 typedef struct{ 
  char commandMode;
- char CSQ;
+ char RSSI;
  char serverConnected; 
  char associated;
  char modemIP[17]; 
@@ -88,5 +88,7 @@
     void webServer(void);
     char cipSend(uint8_t,char *,uint16_t);
     void conectaWiFi(void);
+    int16_t getRSSI(void);
+    bool writeStatusToSD(void);
 }
 #endif