From df897199175859a54ab8b2cd47194139fdbee7f2 Mon Sep 17 00:00:00 2001 From: destroyedlolo Date: Fri, 23 Mar 2018 22:07:49 +0100 Subject: [PATCH] Add a description --- examples/orgDS18B20/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/orgDS18B20/README.md diff --git a/examples/orgDS18B20/README.md b/examples/orgDS18B20/README.md new file mode 100644 index 0000000..392ca18 --- /dev/null +++ b/examples/orgDS18B20/README.md @@ -0,0 +1,12 @@ +This is the **DS18B20** fake emulator provided with the original version of OneWireArduinoSlave. + +To make it working, connect : + +- a GND pin of your Uno to your 1-wire network ground. +- the pin "2" of your Unto to the data line of your 1-wire network. You may use "3" as well but need to change the code. + +You will see 28.000000000002 probe that always return 42 as temperature : + + $ cat 28.000000000002/temperature + 42 +Notez-bien : conversion timing is emulated as well.