Demo

Dependencies:   mbed

PeripheralLayer/PeMod_ESP01.h

Committer:
nightseas
Date:
2016-05-19
Revision:
2:0ee90da44162
Parent:
1:0c1053275589

File content as of revision 2:0ee90da44162:

#ifndef _PE_ESP01_
#define _PE_ESP01_

extern int ESP01_Init(void);
extern int ESP01_InterfaceCheck(void);
extern void ESP01_SendAtCmd(string strCmd);
extern int ESP01_AckCheck(void);

#endif