pimoroni-pico/libraries/adcfft
Phil Howard 70a1b26041 ADC: Avoid re-initialising ADC.
Only init the ADC if it's not already running.

In MicroPython this could trounce an already initialised and configured ADC,
and would disable the temperature sensor if it had been enabled by a user
before initialising any of the affected libraries.
2023-06-04 21:46:23 +01:00
..
CMakeLists.txt ADC FFT library & MicroPython Bindings 2022-05-23 16:12:22 +01:00
adcfft.cmake ADC FFT library & MicroPython Bindings 2022-05-23 16:12:22 +01:00
adcfft.cpp ADC: Avoid re-initialising ADC. 2023-06-04 21:46:23 +01:00
adcfft.hpp ADC FFT library & MicroPython Bindings 2022-05-23 16:12:22 +01:00