However this is not working for digital pins 0 and 1. Why? Can the code be reformatted to sense the capacitance similar to the way it is sensed in Arduino Playground - LEDSensor (where it senses the capactitance of the LED) or like done for Arduino Playground - HomePage? If so, how would those pieces of code be reformatted to work with one pin (those use 2)?
Pins 0 and 1 have built in pull up resistors for the serial line. I don't have a good idea on how the capsense library works, but you might be able to fiddle with some values to account for it.
If you use the bare chip, you won't have this problem.
Thanks! On the Arduino Uno rev 3 it seems these go to the 16u2 chip (http://arduino.cc/en/Main/arduinoBoardUno, so maybe that is why they are not working yet? I suppose I can try using other (analog) pins instead.