@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?
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?