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: Diego Olivia cruz mbed ortega
main.cpp
00001 #include "mbed.h" 00002 Serial pc(USBTX, USBRX); 00003 00004 DigitalOut led1 (LED1); 00005 DigitalOut led2 (LED2); 00006 DigitalOut led3 (LED3); 00007 00008 #include "solano.h" 00009 #include "cruz.h" 00010 #include "ortegacer.h" 00011 #include "Diego.h" 00012 00013 int main() 00014 { 00015 pc.baud(9600); 00016 pc.format(8,SerialBase::None,1); 00017 00018 while(1) 00019 { 00020 cruz_led(); 00021 ortegacer_led2(); 00022 solano_led(); 00023 Diego_led(); 00024 } 00025 }
Generated on Wed Aug 3 2022 23:56:50 by
1.7.2