Program for Nucleo Board / DMX and MIDI protocols
Dependencies: DMX_MIDI
Revision 1:a4b894352be1, committed 2022-03-01
- 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
diff -r 32bfc984f2f7 -r a4b894352be1 MOD24_NRF.lib --- 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
diff -r 32bfc984f2f7 -r a4b894352be1 main.cpp --- 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();
diff -r 32bfc984f2f7 -r a4b894352be1 nRF24.lib --- 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