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: JNP3_IOT_6_RADIO_ECHO_FIXED2_2
Diff: nRF24L01P.h
- Revision:
- 9:1440769ba2f9
- Parent:
- 8:f8621be17645
diff -r f8621be17645 -r 1440769ba2f9 nRF24L01P.h --- a/nRF24L01P.h Mon Nov 13 08:38:39 2017 +0000 +++ b/nRF24L01P.h Fri Nov 16 10:56:46 2018 +0000 @@ -320,6 +320,9 @@ */ void enableAutoRetransmit(int delay, int count); + void enableDynamicPayload(int pipe); + void disableDynamicPayload(void); + void flushRx(void); void flushTx(void); uint8_t getRSSI(void);