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.
Dependents: PROJET-SEPARE_GATEWAY
Fork of libmDot-dev-mbed5-deprecated by
Diff: mDot.h
- Revision:
- 30:c3150500b324
- Parent:
- 19:f3a46d2bb9b3
- Child:
- 31:7fdee197d415
--- a/mDot.h Tue Sep 06 10:28:52 2016 -0500 +++ b/mDot.h Wed Sep 07 15:40:13 2016 -0500 @@ -21,11 +21,6 @@ mDot(); ~mDot(); - static void idle(void const* args) { - while (1) - __WFI(); - } - void initLora(); void setLastError(const std::string& str); @@ -67,7 +62,6 @@ lora::Settings _settings; mDotEvent* _events; - Thread _idle_thread; std::string _last_error; static const uint32_t _baud_rates[]; uint8_t _activity_led_state;