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

Method resetSteps

libraries/DRV8825/DRV8825.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108uint32_t DRV8825::resetSteps(uint32_t s)
109{
110 uint32_t t = _steps;
111 _steps = s;
112 return t;
113}
114
115
116uint32_t DRV8825::getSteps()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64