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.
mejia.h
00001 #ifndef ADCBASIC 00002 #define ADCBASIC 00003 00004 #include "mbed.h" 00005 void mejia_mensaje(){ 00006 if(dato[2]<=16200){ 00007 bled=1; 00008 rled=0; 00009 00010 wait(.2); 00011 00012 rled=1; 00013 }else{ 00014 bled=1; 00015 gled=0; 00016 00017 wait(.2); 00018 gled=1; 00019 } 00020 } 00021 #endif 00022
Generated on Sun Jul 17 2022 20:01:07 by
