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

Method getBitOrder

libraries/shiftOutSlow/ShiftOutSlow.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30 bool setBitOrder(const uint8_t bitOrder);
31 uint8_t getBitOrder(void) { return _bitOrder; };
32
33 // microSeconds = 0..65535
34 void setDelay(uint16_t microSeconds) { _delay = microSeconds; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36