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 * mbed Application program / How to use "monitor_03" 00003 * 00004 * Copyright (c) 2014 Kenji Arai / JH1PJL 00005 * http://www.page.sannet.ne.jp/kenjia/index.html 00006 * http://mbed.org/users/kenjiArai/ 00007 * Created: May 5th, 2014 00008 * Revised: Nobember 2nd, 2014 00009 * 00010 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 00011 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE 00012 * AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 00013 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 00014 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00015 */ 00016 00017 // Include --------------------------------------------------------------------------------------- 00018 #include "mbed.h" 00019 00020 // Definition ------------------------------------------------------------------------------------ 00021 00022 // Object ---------------------------------------------------------------------------------------- 00023 00024 // RAM ------------------------------------------------------------------------------------------- 00025 00026 // ROM / Constant data --------------------------------------------------------------------------- 00027 00028 // Function prototypes --------------------------------------------------------------------------- 00029 00030 // Function prototypes --------------------------------------------------------------------------- 00031 extern void debug_interface(void); 00032 00033 //------------------------------------------------------------------------------------------------- 00034 // Control Program 00035 //------------------------------------------------------------------------------------------------- 00036 int main() 00037 { 00038 while (true) { 00039 debug_interface(); 00040 } 00041 }
Generated on Thu Jul 14 2022 02:12:15 by
1.7.2