nullboundary / AtTouch

Arduino Library for the Atmel AT42QT1070 Touch Capacitance Chip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name    : AtTouch Readme                    
Author  : Noah Shibley                       
Date    : July 31th 2011                                    
Version : 0.1                                              
Notes   : Arduino Library for the Atmel AT42QT1070 QTouch 7-channel Sensor IC via i2c

Works with Wire or I2c libraries for arduino.

Functions

begin(int interruptPin); //initializes and configures the library
hit(); //returns whether a key has been hit or not, True/False
getKey(); //returns the keyNum currently held down.
readActiveKey(); //returns the keyNum currently pressed. 
hold(); //returns whether or not the a key has been held for 900ms 

About

Arduino Library for the Atmel AT42QT1070 Touch Capacitance Chip


Languages

Language:C++ 80.3%Language:Arduino 19.7%