Demo

Dependencies:   mbed

Revision:
2:0ee90da44162
Parent:
1:0c1053275589
--- a/PeripheralLayer/PeMod_ESP01.h	Thu Jul 09 05:14:58 2015 +0000
+++ b/PeripheralLayer/PeMod_ESP01.h	Thu May 19 15:52:24 2016 +0000
@@ -2,8 +2,8 @@
 #define _PE_ESP01_
 
 extern int ESP01_Init(void);
-extern int ESP01_ReadCO2(void);
-
-extern uint8_t ESP01_CalCheckSum(uint8_t *packet);
+extern int ESP01_InterfaceCheck(void);
+extern void ESP01_SendAtCmd(string strCmd);
+extern int ESP01_AckCheck(void);
 
 #endif
\ No newline at end of file