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_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more
Fork of SX1276Lib by
Diff: Arduino-mbed-APIs/arduino-mbed.h
- Revision:
- 101:50377edb21c6
- Parent:
- 97:3d5d489206aa
- Child:
- 105:6e6d141c3da8
--- a/Arduino-mbed-APIs/arduino-mbed.h Sun Nov 19 17:49:33 2017 +0100 +++ b/Arduino-mbed-APIs/arduino-mbed.h Sun Nov 19 17:51:27 2017 +0100 @@ -47,6 +47,7 @@ extern void stopTimer(TIMER_REF *t); extern TIMER_REF *getTimeoutTimer(void); extern uint64_t ns_getTicker(void); +extern void setTickerStartSecs(int secs); extern int CPUID(uint8_t *buf, int maxSize, uint32_t xorval); extern void sleep(void); extern void deepsleep(void);

