ArduinoCore-stm32wb icon indicating copy to clipboard operation
ArduinoCore-stm32wb copied to clipboard

There is no dedicated function to enable the use of 16-bit resolution in the Analog-to-Digital Converter (ADC).

Open lalit-neuphony opened this issue 1 year ago • 1 comments
trafficstars

In this fumction i can pass only 12 analogReadResolution();

lalit-neuphony avatar Jan 11 '24 18:01 lalit-neuphony

The function analogReadResolution() goes only up to 12 bits because the backing peripheral has only 12 bits.

GrumpyOldPizza avatar Jan 12 '24 01:01 GrumpyOldPizza