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.
Dependencies: nRF24L01P_Hello_World nRF24L01P
Diff: main.h
- Revision:
- 5:668dd9395ca5
- Parent:
- 4:5caf9e1dc16c
--- a/main.h Fri Jan 08 08:51:10 2021 +0000 +++ b/main.h Fri Apr 16 16:01:03 2021 +0000 @@ -9,8 +9,9 @@ #define CE D8 #define IRQ A0 -//Taille de la trame envoyé -#define TRANSFER_SIZE 4 +//Taille des trames envoyé en RF +#define TRANSFERT_SIZE 4 +void usbRxInterrupt(); #endif \ No newline at end of file