sheldon holmes / Mbed 2 deprecated Lciis

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers interface.h Source File

interface.h

00001 #ifndef interface_H
00002 #define interface_H
00003 #include "mbed.h"
00004 
00005 class interface{
00006     public:
00007         interface(); 
00008         void startup();
00009         char scr1cnt();
00010         void screen1();
00011         void screenManual();
00012         int screenAuto();
00013         int keyInp();
00014         string convNum();
00015 }; 
00016 #endif