Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ skip
Method
skip
Arduino/libraries/OneWire/OneWire.cpp:307–310 ·
view source on GitHub ↗
Do a ROM skip
Source
from the content-addressed store, hash-verified
305
// Do a ROM skip
306
//
307
void OneWire::skip()
308
{
309
write(0xCC); // Skip ROM
310
}
311
312
void OneWire::depower()
313
{
Callers
1
requestTemperatures
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected