Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setE2Calculation
Method
setE2Calculation
libraries/Correlation/Correlation.h:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
55
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64