From 56a32adc8db725278f79629de32948ca78a3b5bb Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Sat, 7 Mar 2015 12:09:55 +0800 Subject: [PATCH] Update LCD_Keypad_Shield_with_PH_Meter.ino Just update the OneWire Library URL. --- LCD_Keypad_Shield_with_PH_Meter.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCD_Keypad_Shield_with_PH_Meter.ino b/LCD_Keypad_Shield_with_PH_Meter.ino index 8471b61..f006c24 100644 --- a/LCD_Keypad_Shield_with_PH_Meter.ino +++ b/LCD_Keypad_Shield_with_PH_Meter.ino @@ -14,7 +14,7 @@ Require Library : LiquidCrystal : http://arduino.cc/en/Reference/LiquidCrystal - OneWire : http://milesburton.com/Dallas_Temperature_Control_Library + OneWire : http://www.pjrc.com/teensy/td_libs_OneWire.html DallasTemperature : http://milesburton.com/Dallas_Temperature_Control_Library Serial Communication :