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.
HostIO.h
00001 /* Program Example 6.9: HostIO.h code for modular 7-seg keyboard controller 00002 */ 00003 #ifndef HOSTIO_H 00004 00005 #define HOSTIO_H 00006 #include "mbed.h" 00007 00008 extern Serial pc; // allow pc to be manipulated by other files 00009 00010 void HostInit(void); // function prototype 00011 char GetKeyInput(void); // function prototype 00012 00013 #endif
Generated on Tue Jul 26 2022 08:34:23 by
1.7.2