diff --git a/src/Modulino.h b/src/Modulino.h index cfe420b..c4aa73c 100644 --- a/src/Modulino.h +++ b/src/Modulino.h @@ -1,3 +1,6 @@ +#ifndef ARDUINO_LIBRARIES_MODULINO_H +#define ARDUINO_LIBRARIES_MODULINO_H + // Copyright (c) 2024 Arduino SA // SPDX-License-Identifier: MPL-2.0 @@ -506,3 +509,5 @@ class ModulinoDistance : public Module { float internal = NAN; _distance_api* api = nullptr; }; + +#endif