Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ begin
Method
begin
libraries/tinySHT2x/tinySHT2x.cpp:24–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
24
void tinySHT2x::begin(TwoWire *wire)
25
{
26
_wire = wire;
27
_wire->begin();
28
}
29
30
31
float tinySHT2x::getTemperature()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36