MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / xs_sensor_stop

Function xs_sensor_stop

modules/drivers/w3csensor/sensor.c:159–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void xs_sensor_stop(xsMachine *the)
160{
161 xsSensor sensor = xsmcGetHostData(xsThis);
162
163 doDeactivate(sensor);
164
165 updateRemember(sensor);
166}
167
168void xs_sensor_get_activated(xsMachine *the)
169{

Callers

nothing calls this directly

Calls 2

doDeactivateFunction · 0.85
updateRememberFunction · 0.85

Tested by

no test coverage detected