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 extern "C" void HardFault_Handler() 00004 { 00005 error("Hard Fault!\n"); 00006 } 00007 00008 DigitalOut led1(LED1); 00009 char * test; 00010 00011 int main() 00012 { 00013 printf("start\r\n"); 00014 00015 while (true) { 00016 led1 = !led1; 00017 wait(0.5); 00018 strcpy(test,"testaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"); 00019 } 00020 } 00021 00022 00023
Generated on Tue Aug 2 2022 08:58:10 by
1.7.2