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_LoRa_node EIoT_LoRa_node_1 EIoT_LoRa_node_2 EIoT_LoRa_node_3
Fork of SX1276GenericLib by
Diff: Arduino-mbed-APIs/arduino-mbed.cpp
- Revision:
- 105:6e6d141c3da8
- Parent:
- 101:50377edb21c6
diff -r b5183e348f9d -r 6e6d141c3da8 Arduino-mbed-APIs/arduino-mbed.cpp --- 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) {