sheldon holmes
/
Lciis
irrigation system for the ST Nucleo boards
Diff: interface.h
- Revision:
- 4:9e223db481da
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/interface.h Sat Apr 18 21:06:58 2015 +0000 @@ -0,0 +1,16 @@ +#ifndef interface_H +#define interface_H +#include "mbed.h" + +class interface{ + public: + interface(); + void startup(); + char scr1cnt(); + void screen1(); + void screenManual(); + int screenAuto(); + int keyInp(); + string convNum(); +}; +#endif \ No newline at end of file