MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / setDelay

Method setDelay

libraries/shiftInSlow/ShiftInSlow.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 uint8_t getBitOrder(void) { return _bitOrder; };
28
29 void setDelay(uint16_t microseconds) { _delay = microseconds; };
30 uint16_t getDelay() { return _delay; };
31
32

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36