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

Method lastRead

libraries/shiftInSlow/ShiftInSlow.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 int read(void);
24 int lastRead(void) { return _value; };
25
26 bool setBitOrder(const uint8_t bitOrder);
27 uint8_t getBitOrder(void) { return _bitOrder; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36