mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-05-25 12:31:27 +02:00
9 lines
No EOL
148 B
C++
9 lines
No EOL
148 B
C++
#ifndef COMMON_LIBRARIES_HPP
|
|
#define COMMON_LIBRARIES_HPP
|
|
|
|
#include <Arduino.h>
|
|
#include "time.h"
|
|
#include <ArduinoJson.h>
|
|
#include <vector>
|
|
|
|
#endif |