Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ enable
Method
enable
libraries/DRV8825/DRV8825.cpp:148–154 ·
view source on GitHub ↗
Table page 3
Source
from the content-addressed store, hash-verified
146
147
// Table page 3
148
void DRV8825::enable()
149
{
150
if (_enablePin != 255)
151
{
152
digitalWrite(_enablePin, LOW);
153
}
154
}
155
156
void DRV8825::disable()
157
{
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36