Hello, in source file: https://github.com/stm32duino/Arduino_Core_STM32/blob/master/cores/arduino/wiring_analog.c line 123 _internalWriteResolution = MAX_ADC_RESOLUTION; should (?) be _internalWriteResolution = MAX_PWM_RESOLUTION; since the max ADC resolution is irrelevant for the analogWrite function?