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

Method setBitOrder

libraries/shiftInSlow/ShiftInSlow.cpp:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46bool ShiftInSlow::setBitOrder(const uint8_t bitOrder)
47{
48 if ((bitOrder == LSBFIRST) || (bitOrder == MSBFIRST))
49 {
50 _bitOrder = bitOrder;
51 return true;
52 };
53 return false;
54}
55
56
57// -- END OF FILE --

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36