mirror of
1
0
Fork 0

Add link to Lab Book Pages where this technique was found.

This commit is contained in:
Mika Tuupola 2011-10-12 00:14:57 +03:00
parent ee903d6c5e
commit b565730880
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* /*
* Button with debouncing. Based on the Arduino example but without * Button with debouncing. Based on Lab Book Pages pseudocode.
* Arduino libraries.
* *
* http://www.labbookpages.co.uk/electronics/debounce.html
* http://www.arduino.cc/en/Tutorial/Debounce * http://www.arduino.cc/en/Tutorial/Debounce
* *
* To compile and upload run: make clean; make; make program; * To compile and upload run: make clean; make; make program;