MCPcopy 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
33private:

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36