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.
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
Generated on Fri Jul 15 2022 03:01:38 by
1.7.2