un squelette de gestion de param's

Este commit está contenido en:
phyto
2019-04-30 16:49:21 +02:00
padre a4104e21f7
commit 0a83be585a
Se han modificado 3 ficheros con 71 adiciones y 7 borrados
+8
Ver fichero
@@ -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);