Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
void DRV8825::setStepPulseLength(uint16_t us)
123
{
124
_us = us;
125
}
126
127
128
uint16_t DRV8825::getStepPulseLength()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64