Music key reference. From C to B, major and minor
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
1.7.2