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;