MCPcopy Create free account
hub / github.com/SmingHub/Sming / SoftReset

Method SoftReset

Sming/Libraries/BME280/BME280.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void BME280::SoftReset()
227{
228 Write(Reg_SoftReset, SoftResetInstruction);
229 delay(100);
230}
231
232float BME280::GetTemperature()
233{

Callers 1

BMPinitFunction · 0.45

Calls 1

delayFunction · 0.85

Tested by

no test coverage detected