1
0
This commit is contained in:
2024-05-01 16:09:03 +02:00
parent bfdc39ece1
commit b2bec39caf
6 changed files with 290 additions and 118 deletions

4
main.h
View File

@@ -16,9 +16,9 @@
//--------------------------------------------------------------------------------
// Constants to change the system behavior
//--------------------------------------------------------------------------------
#define DEBUG_MODE 0 // mode is physical line (0) or debug (1)
#define DEBUG_MODE 1 // mode is physical line (0) or debug (1)
#define MYADDRESS 3 // your address choice (table number)
#define MAX_BLOCK_SIZE 100 // size max for a frame
#define MAX_BLOCK_SIZE 250 // size max for a frame
//--------------------------------------------------------------------------------
// Constants to NOT change for the system working