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