Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ begin
Method
begin
libraries/Adler/Adler32.cpp:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
20
void Adler32::begin(uint32_t s1, uint32_t s2)
21
{
22
_s1 = s1;
23
_s2 = s2;
24
_count = 0;
25
}
26
27
28
// reference implementation
Callers
2
unittest
Function · 0.45
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
2
unittest
Function · 0.36
unittest
Function · 0.36