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

Method getStepPulseLength

libraries/DRV8825/DRV8825.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127
128uint16_t DRV8825::getStepPulseLength()
129{
130 return _us;
131}
132
133
134bool DRV8825::setPosition(uint16_t pos)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64