PaulStoffregen / CapacitiveSensor

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

Port direct IO operations to Arduino101 #7

Closed facchinm closed 8 years ago

sandeepmistry commented 8 years ago

@PaulStoffregen Is there anything blocking this from being merged?

PaulStoffregen commented 8 years ago

Has anyone actually tested this code? Even just 1 confirmation it worked on 1 board is enough.

facchinm commented 8 years ago

Hi Paul, I'm adding @mbriden to the conversation so he can check the functionality with a live test setup. The code is a porting of https://github.com/01org/corelibs-arduino101/commit/4cf249987b5da85a90025d174021824e5ce09cc6 and compiles/runs correctly (but I don't know if the results are the expected ones)

PaulStoffregen commented 8 years ago

I recently got a 101 board, but so far I haven't had the time or a need to use it yet.

If nobody else can confirm this, I'll try to take a look next week. At the moment I'm working on improvements to the Ethernet library.....

PaulStoffregen commented 8 years ago

Ok, I'm going to merge this without any testing.

PaulStoffregen commented 8 years ago

Ok, I'm running it here right now. Seems to work fairly well. :)

101