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/arduino-mbed.h
- Revision:
- 66:fbb2da34bd9a
- Parent:
- 65:b2d98328fcba
- Child:
- 67:d3afd803f40d
--- a/sx1276/arduino-mbed.h Tue Jul 11 13:32:34 2017 +0200
+++ b/sx1276/arduino-mbed.h Wed Jul 12 15:11:30 2017 +0200
@@ -177,6 +177,8 @@
Callback<void()> _func;
};
+extern uint32_t us_getTicker(void);
+
class Timer {
public:
void start(void) {
@@ -237,7 +239,7 @@
void remove(void);
private:
Callback<void()> _func;
- uint32_t _timeout; // in us this lasts form 49 days.
+ uint32_t _timeout; // in us this lasts for 49 days.
};
#endif // __ARDUINO_MBED_H__