MCPcopy 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
53uint8_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
63void SIMON::clear()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64