Select one of the symbols to view example projects that use it.
 
Outline
#define _PLATFORM_H__
#include "platform_esp32_idf.h"
Files
loading (3/5)...
SourceVuESP-IDF Framework and ExamplesESP-IDFcomponents/mqtt/esp-mqtt/lib/include/platform.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* * This file is subject to the terms and conditions defined in * file 'LICENSE', which is part of this source code package. * Tuan PM <tuanpm at live dot com> *//* ... */ #ifndef _PLATFORM_H__ #define _PLATFORM_H__ //Support ESP32 #ifdef ESP_PLATFORM #include "platform_esp32_idf.h" #endif /* ... */ #endif
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.