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.
Diff: sx1276/sx1276-mbed-hal.h
- Revision:
- 43:90de42f3c1fd
- Parent:
- 42:72deced1a4c4
diff -r 72deced1a4c4 -r 90de42f3c1fd sx1276/sx1276-mbed-hal.h
--- a/sx1276/sx1276-mbed-hal.h Mon May 08 22:52:31 2017 +0200
+++ b/sx1276/sx1276-mbed-hal.h Tue May 09 11:19:51 2017 +0200
@@ -45,6 +45,7 @@
/*!
* TCXO being used with the Murata Module
+ * 32.768 MHz crystal.
*/
DigitalOut *_tcxo;
@@ -71,6 +72,8 @@
Timeout rxTimeoutTimer;
Timeout rxTimeoutSyncWord;
+ static const int TCXO_STARTUP_MS = 3; // crystal startup time
+
private:
/*!