| 48 | } |
| 49 | |
| 50 | void IS_Button::init() |
| 51 | { |
| 52 | //get current status of motion sensor by calling parent class's init() routine - no need to duplicate it here! |
| 53 | InterruptSensor::init(); |
| 54 | //m_lTimeBtnPressed = 0; |
| 55 | } |
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected