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

Method init

Arduino/libraries/ST_Anything/IS_CarbonMonoxide.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void IS_CarbonMonoxide::init()
50 {
51 //get current status of motion sensor by calling parent class's init() routine - no need to duplicate it here!
52 InterruptSensor::init();
53 }
54
55 //called periodically by Everything class to ensure ST Cloud is kept consistent with the state of the contact sensor
56 void IS_CarbonMonoxide::refresh()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected