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

Method reset

libraries/infiniteAverage/infiniteAverage.h:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24 void reset()
25 {
26 _sum = 0;
27 _overflow = 0;
28 _count = 0;
29 // cannot reset _minimum or maximum;
30 };
31
32
33 void add(float value)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36