Creación de repositorio, copia de pantalla

This commit is contained in:
adrigongv23 2025-12-04 09:00:43 +01:00
commit 6adc19faf6
71 changed files with 241507 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#ifndef COMMON_LIBRARIES_HPP
#define COMMON_LIBRARIES_HPP
#include <Arduino.h>
#include "time.h"
#include <ArduinoJson.h>
#include <vector>
#endif