From 779639d504e21cd05e0dc3146ac482405726f797 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Mon, 1 Aug 2016 00:02:29 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16741ba..f378e2d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # CapacitiveButton -CapacitiveButton is a small wrapper around CapacitiveSensor that filters the raw capacitive sensor data for use as a button. Requires CapacitiveSensor to be installed. +CapacitiveButton is a small wrapper around CapacitiveSensor that filters the raw capacitive sensor data for use as a button. Requires [CapacitiveSensor](https://github.com/PaulStoffregen/CapacitiveSensor) to be installed. -See example for usage and read the source code. +See example folder for usage and read the source code. Standard library installation procedure, consult Arduino wiki.