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: N5110 ShiftReg Tone mbed
ModeC.cpp
00001 #include "ModeC.h" 00002 00003 void mode_C() 00004 { 00005 00006 lcd.clear(); 00007 lcd.printString("Mode C",0,0); 00008 lcd.refresh(); 00009 wait_ms(250); // small delay to prevent previous press being detected again 00010 00011 while (button_c.read() == 0) { 00012 00013 // code goes in here - this acts like the main while(1) loop 00014 00015 00016 } 00017 00018 }
Generated on Wed Jul 13 2022 02:46:30 by
1.7.2