first version of m06e01

This commit is contained in:
hugo LAMY
2025-03-16 13:33:07 +01:00
parent 2b1b609d85
commit 986efac082
7 changed files with 347 additions and 7 deletions

View File

@@ -15,13 +15,6 @@
//
// GLOBAL
//
typedef enum {
WAITING,
MASTER,
SLAVE
} Role;
extern volatile Role role;
extern volatile uint8_t received_data;
//
// PROTOTYPES