alan.chatham's instructables
Tell us about yourself!
Achievements
10K+
Views
Earned a bronze medal
1+
Featured Instructable
Earned a bronze medal
- alan.chatham commented on alan.chatham's instructable Turn a Pencil Drawing Into a Capacitive Sensor for Arduino
Unfortunately not; the code uses the AVR registers because it uses the single-cycle read capabilities of the direct register read for timing purposes - it's basically counting the number of cycles that it takes for the pin to switch states when you touch, measuring the system's capacitance that way, so the relatively slow digitalRead() doesn't work.