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 00003 DigitalOut myled(LED1); 00004 DigitalOut newled(LED2); 00005 DigitalOut newled(LED3); 00006 DigitalOut newerled(LED4); 00007 00008 int main() { 00009 while(1) { 00010 myled = 1; 00011 myled2 = 1; 00012 newled = 1; 00013 newerled = 1; 00014 wait(0.5); 00015 myled = 0; 00016 myled2 = 0; 00017 newled = 0; 00018 newerled = 0; 00019 wait(0.5); 00020 } 00021 }
Generated on Sat Jul 30 2022 09:24:48 by
1.7.2