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.
Fork of SX1276GenericLib by
Diff: sx1276/sx1276-mbed-hal.h
- 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: /*!