RobOmega - PSL RoboCup / Mbed OS nRF24L01P_L432KC_CarteBlanche

Dependencies:   nRF24L01P_Hello_World nRF24L01P

Revision:
5:668dd9395ca5
Parent:
4:5caf9e1dc16c
--- a/protocol.h	Fri Jan 08 08:51:10 2021 +0000
+++ b/protocol.h	Fri Apr 16 16:01:03 2021 +0000
@@ -17,7 +17,7 @@
 //#define
 
 //Prototypes des fonctions
-int encodeMessage(int msgFunction, int msgPayloadLength, char* msgPayload, char* msg);
+void encodeAndSendMessage(int msgFunction, int msgPayloadLength, char* msgPayload);
 char calculateChecksum(int msgFunction, int msgPayloadLength, char* msgPayload);
 void decodeMessage(char receivedByte);