ESP_IOT v2.5
IOT ESP Coding
platglue.h
Go to the documentation of this file.
1#pragma once
2#include "../../../Defines.h"
3
4#ifdef USE_CAMERA_MODULE
5
6#ifdef ARDUINO_ARCH_ESP32
7#include "platglue-esp32.h"
8#else
9#include "platglue-posix.h"
10#endif
11
12#endif