Go to the documentation of this file.
12 #if defined(_VMICRO_INTELLISENSE)
16 #define __ESP32_esp32__
17 #define __ESP32_ESP32__
21 #define GCC_NOT_5_2_0 0
23 #define F_CPU 240000000L
24 #define ARDUINO 108012
25 #define ARDUINO_FEATHER_ESP32
26 #define ARDUINO_ARCH_ESP32
28 #define CORE_DEBUG_LEVEL 0
29 #define __cplusplus 201103L
33 #define __cplusplus 201103L
42 #define __ATTR_CONST__
47 #define __attribute__(noinline)
53 #define __CLR_OR_THIS_CALL
62 typedef int __cleanup;
67 #define __builtin_clzl
68 #define __builtin_clzll
69 #define __builtin_labs
70 #define __builtin_va_list
71 typedef int __gnuc_va_list;
73 #define __ATOMIC_ACQ_REL
78 typedef unsigned char byte;
79 extern "C" void __cxa_pure_virtual() {;}
81 typedef long __INTPTR_TYPE__ ;
82 typedef long __UINTPTR_TYPE__ ;
83 typedef long __SIZE_TYPE__ ;
84 typedef long __PTRDIFF_TYPE__;
86 typedef long pthread_t;
87 typedef long pthread_key_t;
88 typedef long pthread_once_t;
89 typedef long pthread_mutex_t;
90 typedef long pthread_mutex_t;
91 typedef long pthread_cond_t;
96 #include <pins_arduino.h>
98 #define interrupts() sei()
99 #define noInterrupts() cli()
101 #define ESP_LOGI(tag, ...)