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 RF24 by
Revision 10:f79c43f3b5b9, committed 2018-03-09
- Comitter:
- pietor
- Date:
- Fri Mar 09 09:57:45 2018 +0000
- Parent:
- 3:e94be00fd19e
- Child:
- 11:f0eedb69ad1e
- Commit message:
- 9/03 Werkend; ;
Changed in this revision
| RF24_config.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/RF24_config.h Thu Nov 05 05:45:58 2015 +0000 +++ b/RF24_config.h Fri Mar 09 09:57:45 2018 +0000 @@ -30,7 +30,7 @@ #define RF24_SPI_TRANSACTIONS #endif -#include <mbed.h> +#include <mbed.h> // RF modules support 10 Mhz SPI bus speed const uint32_t RF_SPI_SPEED = 10000000;
