Fork with intent to refactor and add support for American 902-928(915) Frequency Bands
Diff: sx1276/sx1276-mbed-hal.h
- Revision:
- 64:b721e6ab656a
- Parent:
- 61:08b50780eb91
- Child:
- 65:b2d98328fcba
diff -r 5b9d391244dc -r b721e6ab656a sx1276/sx1276-mbed-hal.h --- 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: /*!