f

Revision:
64:b721e6ab656a
Parent:
61:08b50780eb91
Child:
65:b2d98328fcba
--- a/sx1276/sx1276.h	Thu Jun 29 19:30:24 2017 +0200
+++ b/sx1276/sx1276.h	Fri Jun 30 16:08:05 2017 +0200
@@ -553,6 +553,11 @@
      * The the Timeout for a given Timer.
      */
     virtual void SetTimeout(TimeoutTimer_t timer, timeoutFuncPtr, int timeout_ms = 0) = 0;
+    
+    /*
+     * A simple ms sleep
+     */
+    virtual void Sleep_ms(int ms) = 0;
 
 protected: