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: RC_Green Drown RC_RX
Diff: nRF24L01P.h
- Revision:
- 5:d0c9b8b5cf75
- Parent:
- 3:4226283dd430
- Child:
- 7:fa987efaeecd
--- a/nRF24L01P.h Tue Dec 10 00:55:49 2019 +0000
+++ b/nRF24L01P.h Tue Dec 10 02:01:33 2019 +0000
@@ -79,6 +79,12 @@
void NRF_Send_TX(int * tx_buf, uint8_t len);
void NRF24L01_IRQ(void);
+ void powerUp();
+ void setTransferSize(int TransSize );
+ void setReceiveMode();
+ void setRxAddress(int RxAdd);
+ void setTxAddress(int TxAdd);
+ void enable();
void Nrf_Connect(void);