diff --git a/OneWireIO.ino b/examples/orgDS18B20/orgDS18B20.ino similarity index 97% rename from OneWireIO.ino rename to examples/orgDS18B20/orgDS18B20.ino index 62b2ca3..d7d7399 100644 --- a/OneWireIO.ino +++ b/examples/orgDS18B20/orgDS18B20.ino @@ -1,6 +1,6 @@ -#include "Arduino.h" -#include "LowLevel.h" -#include "OneWireSlave.h" +#include +#include +#include // This is the pin that will be used for one-wire data (depending on your arduino model, you are limited to a few choices, because some pins don't have complete interrupt support) // On Arduino Uno, you can use pin 2 or pin 3