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

Method getBitOrder

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

Source from the content-addressed store, hash-verified

25
26 bool setBitOrder(const uint8_t bitOrder);
27 uint8_t getBitOrder(void) { return _bitOrder; };
28
29 void setDelay(uint16_t microseconds) { _delay = microseconds; };
30 uint16_t getDelay() { return _delay; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36