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:
- 2:bee3d3ba881f
- Parent:
- 1:c41959327807
- Child:
- 3:4226283dd430
diff -r c41959327807 -r bee3d3ba881f nRF24L01P.h
--- a/nRF24L01P.h Mon Dec 09 06:23:05 2019 +0000
+++ b/nRF24L01P.h Tue Dec 10 00:13:53 2019 +0000
@@ -76,6 +76,7 @@
void NRF24L01_Check(void);
void NRF24L01_Init(uint8_t Chanal,uint8_t Mode);
void NRF_Send_TX(uint8_t * tx_buf, uint8_t len);
+ void NRF_Send_TX(int * tx_buf, uint8_t len)
void NRF24L01_IRQ(void);