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: Arduino-mbed-APIs/arduino-mbed.cpp
- Revision:
- 105:6e6d141c3da8
- Parent:
- 101:50377edb21c6
--- a/Arduino-mbed-APIs/arduino-mbed.cpp Tue Nov 21 16:59:28 2017 +0100 +++ b/Arduino-mbed-APIs/arduino-mbed.cpp Wed Nov 22 12:14:00 2017 +0100 @@ -240,6 +240,7 @@ } struct TimeoutVector TimeOuts[MAX_TIMEOUTS]; +int maxTimeouts = MAX_TIMEOUTS; void InterruptIn::rise(Callback<void()> func) {