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: mbed-os nRF24L01P
Diff: main.cpp
- Revision:
- 8:523758201315
- Parent:
- 7:cc8f8fd07dcd
--- a/main.cpp Fri Dec 10 08:27:30 2021 +0000
+++ b/main.cpp Fri Dec 10 08:31:58 2021 +0000
@@ -25,7 +25,7 @@
{
// Nombre de caractères transmis à chaque envoi
-#define TRANSFER_SIZE 1
+#define TRANSFER_SIZE 20
char txData[TRANSFER_SIZE], rxData[TRANSFER_SIZE];
char caractere_recu=0;