MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getDirection

Method getDirection

libraries/DRV8825/DRV8825.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78uint8_t DRV8825::getDirection()
79{
80 return digitalRead(_directionPin);
81}
82
83
84void DRV8825::step()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36