Re: [PATCH v1 09/13] iio: chemical: bme680: Move ambient temperature to attributes

From: Jonathan Cameron
Date: Sat Oct 12 2024 - 08:01:48 EST


On Thu, 10 Oct 2024 23:00:26 +0200
vamoirid <vassilisamir@xxxxxxxxx> wrote:

> From: Vasileios Amoiridis <vassilisamir@xxxxxxxxx>
>
> Remove the ambient temperature from being a macro and implement it as
> an attribute. This way, it is possible to dynamically configure the
> ambient temperature of the environment to improve the accuracy of the
> measurements.
>
> Signed-off-by: Vasileios Amoiridis <vassilisamir@xxxxxxxxx>
New ABI? Would need docs.

However, I 'think' we have a few cases where we handle this via the slightly
odd interface of out_temp_processed / _raw with a label saying it's
ambient temperature.

The tenuous argument is that we have heaters that actually control the
temperature and the affect of either heating the thing or just happening
to know the external temperature ends up being the same. Hence use
an output channel for this control.

Jonathan