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.
Fork of libmDot by
Diff: mDot.h
- Revision:
- 10:0b4eb17d07ae
- Parent:
- 7:683dba5d576f
- Child:
- 11:9938ba31d428
diff -r ebf682e616d0 -r 0b4eb17d07ae mDot.h
--- a/mDot.h Thu Sep 10 13:16:42 2015 -0500
+++ b/mDot.h Thu Sep 10 13:19:35 2015 -0500
@@ -1,10 +1,4 @@
-/************************************************
- * MultiTech MTDOT Library
- * Copyright (c) 2015 MultiTech Systems
- *
- * See LICENSE file for license information
- ***********************************************/
-
+// TODO: add license header
#ifndef MDOT_H
#define MDOT_H
@@ -76,7 +70,7 @@
bool _activity_led_enable;
PinName _activity_led_pin;
bool _activity_led_external;
- uint16_t _linkFailCount;
+ uint8_t _linkFailCount;
uint8_t _class;
InterruptIn* _wakeup;
PinName _wakeup_pin;
@@ -288,7 +282,6 @@
uint8_t getFrequencySubBand();
/** Enable/disable public network mode
- * for use with Conduit gateway and MTAC_LORA, disable public network mode
* @param on should be true to enable public network mode
* @returns MDOT_OK if success
*/
