Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
void BME280::SoftReset()
227
{
228
Write(Reg_SoftReset, SoftResetInstruction);
229
delay(100);
230
}
231
232
float BME280::GetTemperature()
233
{
Callers
1
BMPinit
Function · 0.45
Calls
1
delay
Function · 0.85
Tested by
no test coverage detected