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

Method setBitOrder

libraries/shiftOutSlow/ShiftOutSlow.cpp:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61bool ShiftOutSlow::setBitOrder(const uint8_t bitOrder)
62{
63 if ((bitOrder == LSBFIRST) || (bitOrder == MSBFIRST))
64 {
65 _bitOrder = bitOrder;
66 return true;
67 };
68 return false;
69}
70
71
72// -- END OF FILE --

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36