Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
Loading...
Searching...
No Matches
peripherals.h File Reference
#include <Arduino.h>
#include <freertos/FreeRTOS.h>
Include dependency graph for peripherals.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PROG_BTN   GPIO_NUM_34
 

Functions

void IRAM_ATTR progBtnISR (void)
 

Variables

volatile bool progBtnPressed = false
 
static unsigned long lastTriggered = 0
 

Macro Definition Documentation

◆ PROG_BTN

#define PROG_BTN   GPIO_NUM_34

Function Documentation

◆ progBtnISR()

void IRAM_ATTR progBtnISR ( void  )

Variable Documentation

◆ lastTriggered

unsigned long lastTriggered = 0
static

◆ progBtnPressed

volatile bool progBtnPressed = false