MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / runInterrupt

Method runInterrupt

Arduino/libraries/ST_Anything/IS_Button.cpp:63–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void IS_Button::runInterrupt()
64 {
65 //Capture time of button down event so we can figure it whether to send "pushed" or "held" on button release
66 m_lTimeBtnPressed = millis();
67
68 //Serial.println("IS_Button: in runInterrupt()");
69 }
70
71 void IS_Button::runInterruptEnded()
72 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected