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.
Fork of nRF24L01P by
Revision 1:e0605b07372f, committed 2017-11-08
- Comitter:
- accelerator225
- Date:
- Wed Nov 08 06:22:38 2017 +0000
- Parent:
- 0:8ae48233b4e4
- Commit message:
- 1
Changed in this revision
| nRF24L01P.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/nRF24L01P.h Wed Jan 19 22:59:48 2011 +0000 +++ b/nRF24L01P.h Wed Nov 08 06:22:38 2017 +0000 @@ -76,7 +76,7 @@ #define DEFAULT_NRF24L01P_RF_FREQUENCY (NRF24L01P_MIN_RF_FREQUENCY + 2) #define DEFAULT_NRF24L01P_DATARATE NRF24L01P_DATARATE_1_MBPS #define DEFAULT_NRF24L01P_TX_PWR NRF24L01P_TX_PWR_ZERO_DB -#define DEFAULT_NRF24L01P_TRANSFER_SIZE 4 +#define DEFAULT_NRF24L01P_TRANSFER_SIZE 11 /** * nRF24L01+ Single Chip 2.4GHz Transceiver from Nordic Semiconductor.
