-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update repository.txt #6412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update repository.txt #6412
Conversation
Hi @Herobrine-pixel. If you intended to submit a library, please check the instructions and update your pull request if necessary: |
Update repositories.txt
Arduino Lint has suggestions for possible improvements to https://github.com/Herobrine-pixel/TouchSensorLib:
|
Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index. The library(s) will be available for installation via Library Manager within a day's time. You can check the logs from the Library Manager indexer for your library(s) here: |
When my library is going to be in Arduino Libraries |
@Herobrine-pixel your library is already available for installation via the Arduino Library Manager: |
π TouchSensor Library v1.0.0 β Initial Release
This is the first official release of the TouchSensor Arduino Library.
It provides a simple, lightweight interface for capacitive touch sensors like the popular TTP223. Designed to work with any Arduino-compatible board, this library enables easy and reliable touch input handling using digital pins.
π Features
isTouched()
β Detects current touch statejustTouched()
andjustReleased()
edge detectionπ§ Supported Hardware
π Included Files
src/TouchSensor.h
/TouchSensor.cpp
β Library sourceexamples/BasicTouch/BasicTouch.ino
β Example sketchlibrary.properties
β Arduino metadataREADME.md
β Complete usage guideLICENSE
β MIT Licenseπ₯ Installation
.zip
#include <TouchSensor.h>
π§ This version is stable and ready for use in your projects. Feedback and contributions are welcome!
β Herobrine Sah
url of repository: https://github.com/Herobrine-pixel/TouchSensorLib