Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
Loading...
Searching...
No Matches
pins_arduino.h File Reference
#include <stdint.h>
Include dependency graph for pins_arduino.h:

Go to the source code of this file.

Macros

#define USB_MANUFACTURER   "DPI Climate"
 
#define USB_PRODUCT   "DPI Climate ESP32 Wombat"
 
#define USB_SERIAL   ""
 
#define EXTERNAL_NUM_INTERRUPTS   46
 
#define NUM_DIGITAL_PINS   48
 
#define NUM_ANALOG_INPUTS   20
 
#define analogInputToDigitalPin(p)   (((p)<20)?(analogChannelToDigitalPin(p)):-1)
 
#define digitalPinToInterrupt(p)   (((p)<48)?(p):-1)
 
#define digitalPinHasPWM(p)   (p < 46)
 
#define BUILTIN_LED   LED_BUILTIN
 
#define TX1   GPIO_NUM_26
 
#define RX1   GPIO_NUM_22
 

Variables

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
 

Macro Definition Documentation

◆ analogInputToDigitalPin

#define analogInputToDigitalPin (   p)    (((p)<20)?(analogChannelToDigitalPin(p)):-1)

◆ BUILTIN_LED

#define BUILTIN_LED   LED_BUILTIN

◆ 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

#define RX1   GPIO_NUM_22

◆ TX1

#define TX1   GPIO_NUM_26

◆ USB_MANUFACTURER

#define USB_MANUFACTURER   "DPI Climate"

◆ USB_PRODUCT

#define USB_PRODUCT   "DPI Climate ESP32 Wombat"

◆ USB_SERIAL

#define USB_SERIAL   ""

Variable Documentation

◆ LED_BUILTIN

const uint8_t LED_BUILTIN = 0x81
static

◆ MISO

const uint8_t MISO = 19
static

◆ MOSI

const uint8_t MOSI = 18
static

◆ PIEZO

const uint8_t PIEZO = 28
static

◆ RX

const uint8_t RX = 33
static

◆ SCK

const uint8_t SCK = 5
static

◆ SCL

const uint8_t SCL = 10
static

◆ SDA

const uint8_t SDA = 37
static

◆ SDI_12

const uint8_t SDI_12 = 4
static

◆ SS

const uint8_t SS = 4
static

◆ TX

const uint8_t TX = 34
static