#pragma once
// RP2350 has a 12-bit SAR ADC
#ifndef ADC_RESOLUTION
#define ADC_RESOLUTION 12
#endif
#define HAS_ANALOG_READ_RESOLUTION 1