PaulStoffregen / CapacitiveSensor

Detect touch or proximity by capacitve sensing
http://www.pjrc.com/teensy/td_libs_CapacitiveSensor.html
391 stars 146 forks source link

Support for TeensyLC? #8

Closed hoosierEE closed 9 years ago

hoosierEE commented 9 years ago

Is this coming?

PaulStoffregen commented 9 years ago

Teensy-LC has vastly superior touchRead(pin).

hoosierEE commented 9 years ago

Nice, I had already started using touchRead(), but did not know it was superior.

By the way, is touchRead() documented anywhere (besides the comments in touch.c)? Looks like there are some tradeoffs between the capacity being measured and the measurement's duration, but it's a little vague.