Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
uint16_t DRV8825::getStepsPerRotation()
61
{
62
return _stepsPerRotation;
63
}
64
65
66
bool DRV8825::setDirection(uint8_t direction)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64