Piotr Kosycarz

Results 3 comments of Piotr Kosycarz

For sure this does not checks if LED is actually blinking but at least it will detect errors returned from API.

Please notice that sample adc_sequence has this bug https://github.com/zephyrproject-rtos/zephyr/issues/75517 which will lead to invalid conversion to millivolts.

Let me add some comments here: I checked adc samples: `adc_dt` and `adc_sequence`. None of them, nor the driver automatically, do the calibration. Offset is not "removed" before sampling, thus...