File wiring_compat.h
FileList > arduino > src > wiring > wiring_compat.h
Go to the source code of this file.
#include <Arduino.h>
Public Functions
Type | Name |
---|---|
String | ipToString (const IPAddress & ip) |
Macros
Type | Name |
---|---|
define | CONFIG_LWIP_MAX_ACTIVE_TCP 16 |
define | ESP_FAIL -1 |
define | ESP_OK 0 |
define | FPSTR (pstr_pointer) (reinterpret_cast<const __FlashStringHelper *>(pstr_pointer)) |
define | OUTPUT_OPEN_DRAIN OUTPUT_OPENDRAIN |
define | PGM_VOID_P const void * |
define | attachInterruptArg attachInterruptParam |
define | digitalPinToInterrupt (pin) (pin) |
define | esp_err_t int |
define | round (x) ((x) >= 0 ? (long)((x) + 0.5) : (long)((x)-0.5)) |
define | voidFuncPtrArg voidFuncPtrParam |
define | vsnprintf_P vsnprintf |
define | xTaskCreatePinnedToCore xTaskCreateUniversal |
define | xTaskCreateUniversal (pxTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask, xCoreID) xTaskCreate(pxTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask) |
Public Functions Documentation
function ipToString
Macro Definition Documentation
define CONFIG_LWIP_MAX_ACTIVE_TCP
define ESP_FAIL
Generic esp_err_t code indicating failure
define ESP_OK
esp_err_t value indicating success (no error)
define FPSTR
define OUTPUT_OPEN_DRAIN
define PGM_VOID_P
define attachInterruptArg
define digitalPinToInterrupt
define esp_err_t
define round
define voidFuncPtrArg
define vsnprintf_P
define xTaskCreatePinnedToCore
define xTaskCreateUniversal
#define xTaskCreateUniversal (
pxTaskCode,
pcName,
usStackDepth,
pvParameters,
uxPriority,
pxCreatedTask,
xCoreID
) xTaskCreate(pxTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask)
The documentation for this class was generated from the following file cores/common/arduino/src/wiring/wiring_compat.h