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

Method lastRead

libraries/FastShiftIn/FastShiftIn.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124
125int FastShiftIn::lastRead(void)
126{
127 return _value;
128};
129
130
131bool FastShiftIn::setBitOrder(const uint8_t bitOrder)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36