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.
main.cpp
00001 #include "mbed.h" 00002 #include "Host.IO.h" 00003 #include "SegDisplay.h" 00004 00005 char data1, data2; 00006 00007 int main() { 00008 SegInit(); 00009 HostInit(); 00010 while(1) { 00011 data2 = GetKeyInput(); 00012 Seg2 = SegConvert(data2); 00013 data1 = GetKeyInput(); 00014 Seg1 = SegConvert(data1); 00015 pc.printf(" "); 00016 00017 } 00018 }
Generated on Fri Jul 15 2022 03:02:01 by
1.7.2