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 //------------------------------------------------------------------------------------------------------------------- 00002 // Sample to use Monitor program Ver.1 00003 // (c)2010 Kenji Arai / JH1PJL 00004 // http://www.page.sannet.ne.jp/kenjia/index.html 00005 // http://mbed.org/users/kenjiArai/ 00006 // May 15th,2010 Started 00007 // May 15th,2010 00008 //-------------------------------------------------------------------------------------------------------------------- 00009 #include "mbed.h" 00010 00011 extern int mon ( void); 00012 00013 int main ( void ){ 00014 while (1){ 00015 mon(); 00016 } 00017 }
Generated on Fri Jul 29 2022 23:39:36 by
1.7.2