un squelette de gestion de param's

This commit is contained in:
phyto
2019-04-30 16:49:21 +02:00
parent a4104e21f7
commit 0a83be585a
3 changed files with 71 additions and 7 deletions

View File

@@ -7,6 +7,14 @@
#define NBVAL 4
#define DELAI 1000
typedef struct {
unsigned short magic;
char tag[4];
short delai;
} Global;
Global parametres;
/* -------------------------------------------------- */
void setup() {
Serial.begin(9600);