MCPcopy 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
24void tinySHT2x::begin(TwoWire *wire)
25{
26 _wire = wire;
27 _wire->begin();
28}
29
30
31float tinySHT2x::getTemperature()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36