Advanced touch bar library for Arduino and ESP8266 using only 3-4 inputs (with my TouchLib library), or MPR121 module with the adafruit library. (Also includes KiCAD library with sybols, and footprints.)
Stars
6
Forks
0
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
Updated the documentation, and README.md as well as some comments.
5b8ffb5View on GitHubESP8266 now supported. With and without MPR121 module.
027288fView on GitHubUpdated the example sketches, everything seems to work, and added fine tuning recommendations to the documentation.
1b2d6aaView on GitHubWrote some Documentation, updated the keywords and Renamed the examples, but 2 of them are yet to be updated.
9580de3View on GitHub- Optimized it for use with my new TouchLib library. (Highly recommend it cause it's more compact, more responsive, and more stable. :D Example sketch included demoing the new features as well.)
75d34b5View on GitHubRoll over to 655.36% in limited mode fixed for the new skipping case. Edited some comments, set new default for twitch suppression in example sketch, and tried optimizing the previously modified code, but couldn't find a more compact way to do it.
d83952cView on GitHubBug fix, and optimization. At roll over it would snap to the limit and discard the remainder of the resolution. It was only noticeable with a resolution that's not a round number, but now it's seamless. I also optimized the way it increments/decrements the target and position.
c303412View on GitHubAdded fast swipe scenario, and removed some debug lines I forgot... I've noticed durign debugging the twitch suppression that there is a case when you swipe so fast that it skipps a step, and that case was not defined thus it would stop incrementing/decrementing the position/target.
7c36067View on GitHubAdded twitch suppression feature to avoid false tap.
6386dc0View on GitHubOptimized the code, now it should use ~90 bytes less program space then before, and should run faster. Also fixed a typo, and modified the example sketch.
485d74bView on GitHub