Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getSequence
Method
getSequence
libraries/SIMON/simon.cpp:53–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
52
53
uint8_t SIMON::getSequence(uint8_t * array)
54
{
55
for (uint8_t i = 0; i < _size; i++)
56
{
57
array[i] = _sequence[i];
58
}
59
return _size;
60
}
61
62
63
void SIMON::clear()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64