Currently a giant piece of crap, this library is just a quick way to get cheap inputs out of scrap parts. I will fix it up eventually so if you decide to use it now you do so at your own risk. Also, if you are allergic to moronic library names you probably do not want to touch this :)

Revision:
1:69d0b1c11c73
Parent:
0:8ab3a8aaf559
--- a/theBadTouch.h	Mon Jan 31 00:00:35 2011 +0000
+++ b/theBadTouch.h	Mon Jan 31 03:20:18 2011 +0000
@@ -22,7 +22,6 @@
     theBadTouch(PinName touchPin, PinName sink);
     
 
-    bool oldbadPlace();
     float badPlace();
     char isTouch();
 
@@ -35,6 +34,7 @@
     Timer t, t_off;
     char _touchFlag, _untouchedFlag;
     int falseCounter;
+    char _touchCounter;