Demo

Dependencies:   mbed

Committer:
nightseas
Date:
Thu May 19 15:52:24 2016 +0000
Revision:
2:0ee90da44162
Parent:
1:0c1053275589
AirBoxProtoDemo

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nightseas 1:0c1053275589 1 #ifndef _PE_ESP01_
nightseas 1:0c1053275589 2 #define _PE_ESP01_
nightseas 0:3dac4f477e98 3
nightseas 1:0c1053275589 4 extern int ESP01_Init(void);
nightseas 2:0ee90da44162 5 extern int ESP01_InterfaceCheck(void);
nightseas 2:0ee90da44162 6 extern void ESP01_SendAtCmd(string strCmd);
nightseas 2:0ee90da44162 7 extern int ESP01_AckCheck(void);
nightseas 0:3dac4f477e98 8
nightseas 0:3dac4f477e98 9 #endif