Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getPPMFactor
Method
getPPMFactor
libraries/Cozir/cozir.cpp:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
122
uint16_t COZIR::getPPMFactor()
123
{
124
_ppmFactor = _request(
"."
);
125
return _ppmFactor;
126
}
127
128
// CALLIBRATION - USE THESE WITH CARE
129
// use these only in polling mode (on the Arduino)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36