Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getDelay
Method
getDelay
libraries/shiftInSlow/ShiftInSlow.h:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
void setDelay(uint16_t microseconds) { _delay = microseconds; };
30
uint16_t getDelay() { return _delay; };
31
32
33
private:
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36