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

Method getR2Calculation

libraries/Correlation/Correlation.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 // these values are not used in your project.
50 void setR2Calculation(bool doR2) { _doR2 = doR2; };
51 bool getR2Calculation() { return _doR2; };
52 void setE2Calculation(bool doE2) { _doE2 = doE2; };
53 bool getE2Calculation() { return _doE2; };
54

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64