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

Method enable

libraries/ML8511/ML8511.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117
118void ML8511::enable()
119{
120 if (_enablePin != 0xFF) digitalWrite(_enablePin, HIGH);
121 _enabled = true;
122};
123
124
125void ML8511::disable()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36