X2D lib first commit

Revision:
9:7825828972d4
Parent:
8:e134863cf7c3
Child:
10:65fd918fc224
--- a/X2D.cpp	Sun Nov 17 14:58:48 2019 +0000
+++ b/X2D.cpp	Sun Nov 17 15:00:15 2019 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h" 
 #include "X2D.h" 
 
-#define BUF_SIZE    1000
+#define BUF_SIZE    1001
 #define BIT_SIZE    160     //16Bytes + 0xFF + 0x00 + 3 bits + (n * 0 bit inserted by the X2D protocole to cut 0xFF
 
 int processData(info_t *message);