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.
Dependencies: mDot_LoRa_Sensornode_Flowmeter_impl mbed-rtos mbed
main.cpp
00001 #include "Application.h" 00002 #include "ApplicationConfig.h" 00003 #include "UARTTunnel.h" 00004 #include "Queue.h" 00005 00006 00007 int main() { 00008 00009 Application application; 00010 application.init(APPLICATION_MODE_TEST); 00011 00012 while (true) { 00013 sleep(); 00014 } 00015 00016 return 0; 00017 }
Generated on Tue Jul 12 2022 21:35:26 by
1.7.2