MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / disable

Method disable

libraries/ML8511/ML8511.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125void ML8511::disable()
126{
127 if (_enablePin != 0xFF) digitalWrite(_enablePin, LOW);
128 _enabled = false;
129};
130
131
132bool ML8511::isEnabled()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36