From b5657308804914fb1c0224ac2ac2a830b694dab4 Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Wed, 12 Oct 2011 00:14:57 +0300 Subject: [PATCH] Add link to Lab Book Pages where this technique was found. --- button_debounce_shift/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/button_debounce_shift/main.c b/button_debounce_shift/main.c index ea3605d..4f15c0f 100644 --- a/button_debounce_shift/main.c +++ b/button_debounce_shift/main.c @@ -1,7 +1,7 @@ /* - * Button with debouncing. Based on the Arduino example but without - * Arduino libraries. + * Button with debouncing. Based on Lab Book Pages pseudocode. * + * http://www.labbookpages.co.uk/electronics/debounce.html * http://www.arduino.cc/en/Tutorial/Debounce * * To compile and upload run: make clean; make; make program;