Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
125
void ML8511::disable()
126
{
127
if (_enablePin != 0xFF) digitalWrite(_enablePin, LOW);
128
_enabled = false;
129
};
130
131
132
bool ML8511::isEnabled()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36