MCPcopy 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
156void DRV8825::disable()
157{
158 if (_enablePin != 255)
159 {
160 digitalWrite(_enablePin, HIGH);
161 }
162}
163
164bool DRV8825::isEnabled()
165{

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36