|
Wombat Environmental Node 1.0
An environmental node for SDI-12 and digital sensors.
|
#include <Arduino.h>#include <freertos/FreeRTOS.h>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 |
| #define PROG_BTN GPIO_NUM_34 |
| void IRAM_ATTR progBtnISR | ( | void | ) |
|
static |
| volatile bool progBtnPressed = false |