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

Method read

libraries/DEVRANDOM/DEVRANDOM.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53int DEVRANDOM::read()
54{
55 uint8_t x = _next;
56 _next = _rnd();
57 return x;
58};
59
60
61// keep CI happy as parent class flush is virtual.

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36