.

Dependencies:   L432KC_SPI_Pey_Lal

Revision:
116:6dfcafa00e42
Parent:
115:156b8234f2de
diff -r 156b8234f2de -r 6dfcafa00e42 protocol.h
--- a/protocol.h	Wed May 18 18:07:09 2022 +0000
+++ b/protocol.h	Mon May 23 12:55:02 2022 +0000
@@ -16,6 +16,8 @@
 
 
 char calculateChecksum(char command, char* payload, char payloadLength);
+char calculateChecksum(char *msg);
+void encodeMessage(char *msg, float vitesse);
 void decodeMessage(char c);
 char getVerifiedPayload(char *payloadOutput);
 char isDataAvailable();