https://github.com/david-lor/arduinocapactivesensortest
An Arduino sketch for trying several aluminum foil capacitive switches using the CapacitiveSensor library
https://github.com/david-lor/arduinocapactivesensortest
arduino arduino-sketch capacitivesensor capsense
Last synced: about 1 year ago
JSON representation
An Arduino sketch for trying several aluminum foil capacitive switches using the CapacitiveSensor library
- Host: GitHub
- URL: https://github.com/david-lor/arduinocapactivesensortest
- Owner: David-Lor
- Created: 2017-11-24T16:03:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T12:44:51.000Z (over 8 years ago)
- Last Synced: 2025-02-04T08:46:54.384Z (over 1 year ago)
- Topics: arduino, arduino-sketch, capacitivesensor, capsense
- Language: Arduino
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArduinoCapactiveSensorTest
An Arduino sketch for trying several aluminum foil capacitive switches using the [CapacitiveSensor](https://playground.arduino.cc/Main/CapacitiveSensor?from=Main.CapSense) library, featuring:
* Define multiple switches in array
* Change the detection threshold via Serial
* Turn on a LED when any switch is pressed on
* Debouncing for each separate switch
* One counter per switch, which increases +1 on keydown