f

Revision:
64:b721e6ab656a
Parent:
61:08b50780eb91
Child:
65:b2d98328fcba
--- a/sx1276/sx1276-mbed-hal.h	Thu Jun 29 19:30:24 2017 +0200
+++ b/sx1276/sx1276-mbed-hal.h	Fri Jun 30 16:08:05 2017 +0200
@@ -156,6 +156,12 @@
      */
 	virtual void SetTimeout(TimeoutTimer_t timer, timeoutFuncPtr, int timeout_ms = 0);
 
+    /*
+     * A simple ms sleep
+     */
+    virtual void Sleep_ms(int ms);
+
+
 public:
     
     /*!