MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / depower

Method depower

Arduino/libraries/OneWire/OneWire.cpp:312–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310}
311
312void OneWire::depower()
313{
314 noInterrupts();
315 DIRECT_MODE_INPUT(baseReg, bitmask);
316 interrupts();
317}
318
319#if ONEWIRE_SEARCH
320

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected