ERIS CORE

◆ touched()

bool Touch::touched ( )

Definition at line 105 of file touch.cpp.

106 {
107  //Serial.println("Touch:touched");
108  return (zraw >= Z_THRESHOLD);
109 }
int16_t zraw
Definition: Touch.h:19

References zraw.

Referenced by AppManager::update().

+ Here is the caller graph for this function: