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 "Objects.h" 00002 00003 00004 int main() { 00005 00006 pc.printf("Hello\n"); 00007 00008 fp = fopen("/local/test.txt","a"); 00009 fprintf(fp,"Hello filesystem\n"); 00010 fclose(fp); 00011 00012 while(1) { 00013 led1 = 1; 00014 wait(0.2); 00015 led1 = 0; 00016 wait(0.2); 00017 } 00018 }
Generated on Sun Jul 17 2022 01:37:54 by
1.7.2