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 void test() { 00004 int count = 3; 00005 printf("In test(), count = %d\r\n", count); 00006 } 00007 00008 int main() 00009 { 00010 int count = 5; 00011 00012 test(); 00013 00014 printf("In main(), count = %d\r\n", count); 00015 00016 // Do nothing, forever... 00017 while (true); 00018 }
Generated on Sun Jul 17 2022 20:07:29 by
1.7.2