Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ add
Method
add
libraries/CRC/CRC8.cpp:52–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
void CRC8::add(uint8_t value)
53
{
54
_count++;
55
if (_canYield && ((_count & 0xFF) == 0)) yield();
56
_update(value);
57
}
58
59
60
void CRC8::add(const uint8_t * array, uint16_t length)
Callers
5
unittest
Function · 0.45
unittest
Function · 0.45
unittest
Function · 0.45
unittest
Function · 0.45
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
5
unittest
Function · 0.36
unittest
Function · 0.36
unittest
Function · 0.36
unittest
Function · 0.36
unittest
Function · 0.36