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

Method setStepPulseLength

libraries/DRV8825/DRV8825.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120
121
122void DRV8825::setStepPulseLength(uint16_t us)
123{
124 _us = us;
125}
126
127
128uint16_t DRV8825::getStepPulseLength()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64