Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
void ML8511::enable()
119
{
120
if (_enablePin != 0xFF) digitalWrite(_enablePin, HIGH);
121
_enabled = true;
122
};
123
124
125
void ML8511::disable()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36