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 RF24Network RF24
Diff: main.cpp
- Revision:
 - 6:b5f1a2ddbb56
 - Parent:
 - 5:7937720a2afe
 
--- a/main.cpp	Sun May 23 23:40:19 2021 +0000
+++ b/main.cpp	Mon May 24 13:38:00 2021 +0000
@@ -7,7 +7,7 @@
 //
 //  Projet 2021 : Jeu type Simon's pour la rééducation
 //
-//  Note : Utilisation du SPI
+//  Note : Test module nRF24L01 en mode SPI
 //
 //  Code pour la base 00
 /*************************************/
@@ -60,7 +60,8 @@
     etat = 0;
 //  Test de l'horloge Systeme
 //    pc.printf("CPU SystemCoreClock is %d Hz\r\n", SystemCoreClock);
-//    pc.baud(9600);
+    Init_Spi();
+    Affiche_Display(this_node);
     /*    Set_8Dels(1);
         wait_ms(1000);
         Set_8Dels(0);