SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
TouchDrvInterface::TouchPinsCfg Struct Reference

#include <TouchDrvInterface.hpp>

Public Attributes

int rstPin
 
int irqPin
 
int rstActiveLevel
 
int irqTriggerLevel
 
int rstHoldTimeMs
 
int rstReleaseTimeMs
 

Detailed Description

Definition at line 50 of file touch/TouchDrvInterface.hpp.

Member Data Documentation

◆ irqPin

◆ irqTriggerLevel

int TouchDrvInterface::TouchPinsCfg::irqTriggerLevel

◆ rstActiveLevel

int TouchDrvInterface::TouchPinsCfg::rstActiveLevel

Definition at line 53 of file touch/TouchDrvInterface.hpp.

Referenced by TouchDrvInterface::reset().

◆ rstHoldTimeMs

int TouchDrvInterface::TouchPinsCfg::rstHoldTimeMs

Definition at line 55 of file touch/TouchDrvInterface.hpp.

Referenced by TouchDrvInterface::reset().

◆ rstPin

int TouchDrvInterface::TouchPinsCfg::rstPin

◆ rstReleaseTimeMs

int TouchDrvInterface::TouchPinsCfg::rstReleaseTimeMs

Definition at line 56 of file touch/TouchDrvInterface.hpp.

Referenced by TouchDrvInterface::reset().


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