Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ disable
Method
disable
libraries/DRV8825/DRV8825.cpp:156–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
void DRV8825::disable()
157
{
158
if (_enablePin != 255)
159
{
160
digitalWrite(_enablePin, HIGH);
161
}
162
}
163
164
bool DRV8825::isEnabled()
165
{
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36