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 "Nboard.h" 00002 00003 void allumer_succ(); 00004 void allumer_si_bp(); 00005 int main() 00006 { 00007 allumer_succ(); 00008 while(1) { 00009 allumer_si_bp(); 00010 } 00011 } 00012 00013 00014 void allumer_succ() 00015 { 00016 led1=1; 00017 wait(1); 00018 led1=!led1; 00019 led7=1; 00020 wait(1); 00021 led7=!led7; 00022 } 00023 void allumer_si_bp() 00024 { 00025 if(bp==0) { 00026 while(bp==0); 00027 Bus8Leds=0xFF; 00028 } 00029 }
Generated on Sat Jul 16 2022 09:44:04 by
1.7.2