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

Method refresh

Arduino/libraries/ST_Anything/IS_Button.cpp:58–61  ·  view source on GitHub ↗

called periodically by Everything class to ensure ST Cloud is kept up yo date. HOWEVER, not useful for the IS_Button.

Source from the content-addressed store, hash-verified

56
57 //called periodically by Everything class to ensure ST Cloud is kept up yo date. HOWEVER, not useful for the IS_Button.
58 void IS_Button::refresh()
59 {
60 //Do Nothing since sending extraneous button presses would cause bad behavior in ST.
61 }
62
63 void IS_Button::runInterrupt()
64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected