Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 632 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 632 Bytes

ttp229-arduino

This fork changes the pin initialization logic in the sketch. Instead of specifying the pin numbers in the constructor, you must specify them in the begin function called in void setup.


This is my Ardoaino ttp229 library!

Copy the "TTP229" library folder to your /libraries/ folder. Restart the IDE (close and open again).

Then in Arduino IDE: File -> Examples -> TTP229 -> KeyToSerial. File -> Examples -> TTP229 -> Calculator.

Follow the connection instructions at the beginning of each sample! In addition I've included a picture that illustrates the connections.

Enjoy :)