MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / peek

Method peek

libraries/DEVRANDOM/DEVRANDOM.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47int DEVRANDOM::peek()
48{
49 return _next;
50};
51
52
53int DEVRANDOM::read()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36