Program for Nucleo Board / DMX and MIDI protocols

Dependencies:   DMX_MIDI

Files at this revision

API Documentation at this revision

Comitter:
villemejane
Date:
Tue Mar 01 08:33:38 2022 +0000
Parent:
0:32bfc984f2f7
Commit message:
Program for Nucleo Board / DMX and MIDI protocols

Changed in this revision

MOD24_NRF.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
nRF24.lib Show diff for this revision Revisions of this file
--- a/MOD24_NRF.lib	Sun Dec 12 12:43:27 2021 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://os.mbed.com/users/villemejane/code/MOD24_NRF/#87e6628220a6
--- a/main.cpp	Sun Dec 12 12:43:27 2021 +0000
+++ b/main.cpp	Tue Mar 01 08:33:38 2022 +0000
@@ -10,7 +10,6 @@
 /****************************************************************************/
 
 #include    "mbed.h"
-#include    "nRF24.h"
 #include    "DMX_MIDI.h"
 #include    "projecteurs.h"
 #include    "controleurs.h"
@@ -24,9 +23,6 @@
     debug_pc.baud(115200);
     debug_pc.printf("Test\r\n");
     
-    /* Initialisation comm nRF24 - nécessite l'extension MIDI */
-    //initNRF24();
-    
     // Initialisation périphériques
     initDMX();
     initMIDI();
--- a/nRF24.lib	Sun Dec 12 12:43:27 2021 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://os.mbed.com/teams/IOGS_France/code/nRF24/#659c6ffdd56c