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: mDot_LoRa_Sensornode
Fork of libmDot by
Revision 10:0b4eb17d07ae, committed 2015-09-10
- Comitter:
- Mike Fiore
- Date:
- Thu Sep 10 13:19:35 2015 -0500
- Parent:
- 9:ebf682e616d0
- Child:
- 11:9938ba31d428
- Commit message:
- update libmDot to version 0.0.9-1
Changed in this revision
| libmDot.ar | Show annotated file Show diff for this revision Revisions of this file |
| mDot.h | Show annotated file Show diff for this revision Revisions of this file |
Binary file libmDot.ar has changed
--- 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
*/
