Skip to content

Commit 550d2b3

Browse files
committed
update readme
1 parent df5150d commit 550d2b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Flicker
22
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
33
FLICKER - A library for making capacitive touch easy to use.
4+
Includes all the functions found in the Bounce library, smoothes eratic values to make variable input more useful and includes functions for measuring velocity.
45
- by Josh Nishikawa (github.com/joshnishikawa/Flicker)
56
- The "TouchSwitch" class was adapted from the Bounce library by:
67
Thomas O Fredericks, Eric Lowry, Jim Schimpf and Tom Harkaway

examples/on-off_stable/on-off_stable.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// If you hold your finger on the input,
44
// something will happen.
55

6-
const uint8_t touchPin = 15; // CHOOSE A TOUCH PIN
6+
const uint8_t touchPin = 17; // CHOOSE A TOUCH PIN
77
const uint8_t ledPin = 13;
88
TouchSwitch myInput(touchPin);
99

0 commit comments

Comments
 (0)