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 DigitalOut trafficYellowlight(p5); //Yellow light pin declaration 00003 DigitalIn pedestrainButton(p8); //Switch button pin declaration 00004 int main() { 00005 while(1) 00006 { 00007 00008 trafficYellowlight=1; //Initialize Yellow light to ON 00009 wait_ms(500); 00010 } 00011 }
Generated on Thu Jul 14 2022 04:30:47 by
1.7.2