Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ calibrateKnownGas
Method
calibrateKnownGas
libraries/Cozir/cozir.cpp:155–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
154
155
uint16_t COZIR::calibrateKnownGas(uint16_t value)
156
{
157
sprintf(_buffer,
"X %u"
, value);
158
return _request(_buffer);
159
}
160
161
162
//uint16_t COZIR::calibrateManual(uint16_t value)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64