1#ifndef WOMBAT_PERIPHERALS_H
2#define WOMBAT_PERIPHERALS_H
5#include <freertos/FreeRTOS.h>
10#define PROG_BTN GPIO_NUM_34
16 unsigned long now = millis();
volatile bool progBtnPressed
Definition: peripherals.h:12
static unsigned long lastTriggered
Definition: peripherals.h:13
void IRAM_ATTR progBtnISR(void)
Definition: peripherals.h:15