Cédric
Cédric
Hi @arpruss! Following up on the issue #9, here is a proposition that might be good for other ADCTouchSensor users who would want to try the STM32duino (it's supported by...
Hi ! ST micro is [pushing hard](https://www.st.com/content/st_com/en/products/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus/stm32-mainstream-mcus/stm32c0-series.html) on this new C0 architecture, and it has some interesting advantages! (price, power consumption, miniaturization...) The stm32duino team just [added C0 support](https://github.com/stm32duino/Arduino_Core_STM32/pull/1926) and...
`if(inputPin19)` should be: `if(inputPin19)` https://github.com/arduino-org/arduino-core-nrf52/blob/9cfaadcb15b0750070162c57107955481ee2f71f/libraries/PPI/PPI.cpp#L295