From 08b3402dd026d80fe76824c98cd66df828e25cfe Mon Sep 17 00:00:00 2001 From: Chris Rowe Date: Sun, 23 Oct 2016 13:17:10 -0400 Subject: [PATCH] add link to adafruit 1-wire guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f088632..078183a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A common inexpesnsive digital sensor that allows multiple sensors to connect to - URL: https://github.com/openpipekit/opk-1-wire-cli - Download: https://github.com/openpipekit/opk-1-wire-cli/archive/4.tar.gz - +- Hardware tutorial: https://learn.adafruit.com/adafruits-raspberry-pi-lesson-11-ds18b20-temperature-sensing ### Arduino Firmata adaptor An Open Pipe Kit command line interface to any Arduino using the Firmata firmware, which is connected to any sensor via analog, digital, i2c etc interface. By Jeff Warren of Public Lab.