From e852699bd3700cedbd98fa20351115e8ab3bc033 Mon Sep 17 00:00:00 2001 From: Josh Levine Date: Thu, 21 May 2015 11:46:16 -0400 Subject: [PATCH] Added paragraph to properties since Arduino seems to require it --- library.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 6f2fba2..2654246 100644 --- a/library.properties +++ b/library.properties @@ -3,6 +3,7 @@ version=1.1 author=josh maintainer=josh sentence=A library that replaces OneWire and makes it possible to connect 1-wire devices without a pull-up resistor +paragraph=This is a very slight update to the popular OneWire library. Be sure to read the attached atricle for more info. category=Communication url=http://wp.josh.com/2014/06/23/no-external-pull-up-needed-for-ds18b20-temp-sensor/ -architectures=avr \ No newline at end of file +architectures=avr