Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ lastWritten
Method
lastWritten
libraries/shiftOutSlow/ShiftOutSlow.h:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
virtual size_t write(const uint8_t *buffer, size_t size) override;
27
28
uint8_t lastWritten(void) { return _value; };
29
30
bool setBitOrder(const uint8_t bitOrder);
31
uint8_t getBitOrder(void) { return _bitOrder; };
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36