### Arduino Bug Report Sketch Template Source: https://github.com/paulstoffregen/onewire/blob/master/docs/issue_template.md This is a minimal Arduino sketch template used in bug reports for the OneWire library to demonstrate the problem with the smallest possible code. It includes the Arduino.h include and empty setup and loop functions. Dependencies: Arduino IDE and OneWire library. Inputs/Outputs: None, as it's a placeholder. Limitations: Not executable on its own; users must modify it to reproduce issues. ```cpp // Change the code below by your sketch (please try to give the smallest code which demonstrates the problem) #include // libraries: give links/details so anyone can compile your code for the same result void setup() { } void loop() { } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.