Class header for the AT42QT1010 device.

Dependents:   AT42QT1010_Hello_world

Revision:
1:7eca199a5506
Parent:
0:261b3a1a05c4
Child:
2:401cf3c2dffc
--- a/AT42QT1010.h	Thu Oct 16 17:32:18 2014 +0000
+++ b/AT42QT1010.h	Thu Oct 16 17:54:05 2014 +0000
@@ -20,7 +20,7 @@
         int read();
     /**Shorthand for read().*/
         operator int(){return _data;}
-    /**Initiate tnterrupts for the rising edge of data.
+    /**Initiate interrupts for the rising edge of data.
     @param fpr Function pointer to interrupt routine.
     */
         void attach(void (*fpr)(void));