//TestTerSerEmpty.ino Terminal série et aff nombres #include "TerSer.h" void setup() { SetupTerSer(); } void loop() { TerText("Empty"); TerCR(); }