OMOTE/Platformio/hardware/hardwareLayer.h

8 lines
179 B
C
Raw Permalink Normal View History

2024-03-10 14:27:46 -04:00
#pragma once
#if defined(WIN32) || defined(__linux__)
#include "windows_linux/include_hal_windows_linux.h"
#elif defined(ARDUINO)
#include "ESP32/include_hal_esp32.h"
#endif