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

Method getStepsPerRotation

libraries/DRV8825/DRV8825.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60uint16_t DRV8825::getStepsPerRotation()
61{
62 return _stepsPerRotation;
63}
64
65
66bool DRV8825::setDirection(uint8_t direction)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64