pimoroni-pico/drivers/analog
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 Added analog class for plasma current reading 2021-08-19 12:58:13 +01:00
analog.cmake Added analog class for plasma current reading 2021-08-19 12:58:13 +01:00
analog.cpp Added offset parameter to Analog, and fixed it not switching between ADC pins 2022-03-30 14:29:02 +01:00
analog.hpp ADC: Avoid re-initialising ADC. 2023-06-04 21:46:23 +01:00