MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / reset

Method reset

libraries/tinySHT2x/tinySHT2x.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70bool tinySHT2x::reset()
71{
72 return writeCmd(SHT2x_SOFT_RESET);
73}
74
75
76//////////////////////////////////////////////////////////

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36