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.
Dependencies: EFM32_SegmentLCD IOFuncLib mbed
Functions.h
00001 #include <string> 00002 00003 00004 //************************ FUNZIONI MODIFICATE 00005 void in0_handler() 00006 { 00007 kcount++; 00008 kcount=(kcount+24)%24; 00009 printKey(kcount); 00010 } 00011 00012 void in1_handler() 00013 { 00014 kcount--; 00015 kcount=(kcount+24)%24; 00016 printKey(kcount); 00017 }
Generated on Tue Jul 19 2022 21:46:38 by
