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.
Dependents: DISCO-L072CZ-LRWAN1-base
Fork of SX1276GenericLib by
Diff: sx1276/sx1276-mbed-hal.h
- Revision:
- 42:72deced1a4c4
- Parent:
- 39:706c32eda7e7
- Child:
- 43:90de42f3c1fd
- Child:
- 44:544add59b26d
diff -r 2dbc4afedf61 -r 72deced1a4c4 sx1276/sx1276-mbed-hal.h --- a/sx1276/sx1276-mbed-hal.h Mon May 08 15:39:42 2017 +0200 +++ b/sx1276/sx1276-mbed-hal.h Mon May 08 22:52:31 2017 +0200 @@ -64,7 +64,12 @@ InterruptIn *_dio4; DigitalIn *_dio5; + /*! + * Tx and Rx timers + */ Timeout txTimeoutTimer; + Timeout rxTimeoutTimer; + Timeout rxTimeoutSyncWord; private: @@ -156,7 +161,7 @@ /* * The the Timeout for a given Timer. */ - virtual void SetTimeout(Timeout_t timer, int timeout_ms); + virtual void SetTimeout(TimeoutTimer_t timer, int timeout_ms); public: