Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getDelay
Method
getDelay
libraries/shiftOutSlow/ShiftOutSlow.h:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
// microSeconds = 0..65535
34
void setDelay(uint16_t microSeconds) { _delay = microSeconds; };
35
uint16_t getDelay() { return _delay; };
36
37
38
private:
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36