Backing up an unused program in case of future need

Dependencies:   mbed

cfg.h

Committer:
andrewboyson
Date:
2016-04-22
Revision:
2:06fa34661f19
Child:
6:be97d38e0b01

File content as of revision 2:06fa34661f19:

extern char* CfgSsid;
extern char* CfgPassword;
extern char* CfgNtpIp;
extern int   CfgBaud;

extern int   CfgInit();