#include <stdint.h>
Go to the source code of this file.
|
static const uint8_t | LED_BUILTIN = 0x81 |
|
static const uint8_t | TX = 34 |
|
static const uint8_t | RX = 33 |
|
static const uint8_t | SDA = 37 |
|
static const uint8_t | SCL = 10 |
|
static const uint8_t | MOSI = 18 |
|
static const uint8_t | MISO = 19 |
|
static const uint8_t | SCK = 5 |
|
static const uint8_t | SS = 4 |
|
static const uint8_t | SDI_12 = 4 |
|
static const uint8_t | PIEZO = 28 |
|
◆ analogInputToDigitalPin
#define analogInputToDigitalPin |
( |
|
p | ) |
(((p)<20)?(analogChannelToDigitalPin(p)):-1) |
◆ BUILTIN_LED
◆ digitalPinHasPWM
#define digitalPinHasPWM |
( |
|
p | ) |
(p < 46) |
◆ digitalPinToInterrupt
#define digitalPinToInterrupt |
( |
|
p | ) |
(((p)<48)?(p):-1) |
◆ EXTERNAL_NUM_INTERRUPTS
#define EXTERNAL_NUM_INTERRUPTS 46 |
◆ NUM_ANALOG_INPUTS
#define NUM_ANALOG_INPUTS 20 |
◆ NUM_DIGITAL_PINS
#define NUM_DIGITAL_PINS 48 |
◆ RX1
◆ TX1
◆ USB_MANUFACTURER
#define USB_MANUFACTURER "DPI Climate" |
◆ USB_PRODUCT
#define USB_PRODUCT "DPI Climate ESP32 Wombat" |
◆ USB_SERIAL
◆ LED_BUILTIN
const uint8_t LED_BUILTIN = 0x81 |
|
static |
◆ MISO
◆ MOSI
◆ PIEZO
◆ RX
◆ SCK
◆ SCL
◆ SDA
◆ SDI_12
◆ SS
◆ TX