Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ read
Method
read
libraries/FastShiftIn/FastShiftIn.cpp:45–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
44
45
int FastShiftIn::read()
46
{
47
if (_bitOrder == LSBFIRST)
48
{
49
return readLSBFIRST();
50
}
51
return readMSBFIRST();
52
}
53
54
55
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36