ESPHome  2024.4.1
Static Public Member Functions | Data Fields
esphome::touchscreen::TouchscreenInterrupt Struct Reference

#include <touchscreen.h>

Static Public Member Functions

static void gpio_intr (TouchscreenInterrupt *store)
 

Data Fields

volatile bool touched {true}
 
bool init {false}
 

Detailed Description

Definition at line 32 of file touchscreen.h.

Member Function Documentation

◆ gpio_intr()

void esphome::touchscreen::TouchscreenInterrupt::gpio_intr ( TouchscreenInterrupt store)
static

Definition at line 10 of file touchscreen.cpp.

Field Documentation

◆ init

bool esphome::touchscreen::TouchscreenInterrupt::init {false}

Definition at line 34 of file touchscreen.h.

◆ touched

volatile bool esphome::touchscreen::TouchscreenInterrupt::touched {true}

Definition at line 33 of file touchscreen.h.


The documentation for this struct was generated from the following files: