PaulStoffregen / CapacitiveSensor

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

Add support for Arduino Nano 33 BLE Sense #39

Closed sebromero closed 4 years ago

sebromero commented 4 years ago

This PR adds support for Arduino Nano 33 BLE Sense and fixes https://github.com/PaulStoffregen/CapacitiveSensor/issues/37

@PaulStoffregen I had to put a F_CPU as a pre-compiler directive which is not ideal but the Arduino Nano 33 BLE Sense core doesn't expose it in the boards.txt file as it wouldn't fully make sense to do that considering that the core is built on the Mbed RTOS. What do you think?

maxbrzezicki commented 2 years ago

works well thanks!