called periodically by Everything class to ensure ST Cloud is kept up yo date. HOWEVER, not useful for the IS_Button.
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected