Backing up an unused program in case of future need

Dependencies:   mbed

cfg.h

Committer:
andrewboyson
Date:
2018-12-06
Revision:
8:45a0205a298f
Parent:
6:be97d38e0b01

File content as of revision 8:45a0205a298f:

extern char* CfgSsid;
extern char* CfgPassword;
extern char* CfgNtpIp;
extern int   CfgBaud;
extern int   CfgLogNetwork;
extern char  CfgTankRom[];
extern char  CfgInletRom[];

extern int   CfgInit();