Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
bool 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
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36