#include "fichier1.h"
#include "fichier2.h"
int maVariable = 42;
void setup() {
Serial.begin(115200);
f1();
f2();
}
void loop() {}
#include "fichier1.h"
#include "fichier2.h"
int maVariable = 42;
void setup() {
Serial.begin(115200);
f1();
f2();
}
void loop() {}