libMDot form for loop/dht22 project

Dependents:   mDot_LoRa_Connect_ABPA_DHT22_sleep mDot_LoRa_Connect_ABPA FrostyBoySensor mDot_LoRa_Connect_ABPA_Lux ... more

Fork of libmDot-mbed5 by MultiTech

Revision:
26:17479e0039f6
Parent:
19:f3a46d2bb9b3
Child:
60:7985b4783af9
--- a/Mote.h	Mon Aug 29 14:48:33 2016 -0500
+++ b/Mote.h	Tue Aug 30 11:48:00 2016 -0500
@@ -118,6 +118,12 @@
              * @return battery level 0-255, 0 - external power, 1-254 level min-max, 255 device unable to measure battery
              */
             virtual uint8_t MeasureBattery();
+
+            /**
+             * Fired when ack attempts are exhausted and RxTimeout or RxError occur
+             * @param retries number of attempts to resend the packet
+             */
+            virtual void MissedAck(uint8_t retries);
     };
 
     class Mote {