Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface LM75B mbed-rtos mbed
Diff: setup.h
- Revision:
- 0:29eeb74e55c6
- Child:
- 1:db9b9bec0133
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/setup.h Tue Mar 13 11:10:03 2018 +0000 @@ -0,0 +1,22 @@ +#ifndef setup_h +#define setup_h +#include "mbed.h" +#include "C12832A1Z.h" +#include "string.h" + + +class Setup +{ +public: + explicit Setup(); + int chooseMode(); + int chooseID(); + char* convertToIP(int); +private: + int mode; + char *ip; + char tempID[4]; + char tester[]; +}; + +#endif \ No newline at end of file