Re: [PATCH 1/2] iio: humditiy: hdc3020: fix units for temperature and humidity measurement
From: Dimitri Fedrau
Date: Fri Aug 22 2025 - 08:37:16 EST
Am Thu, Aug 21, 2025 at 06:45:02PM +0300 schrieb Andy Shevchenko:
> On Thu, Aug 21, 2025 at 06:44:25PM +0300, Andy Shevchenko wrote:
> > On Thu, Aug 21, 2025 at 05:23:54PM +0200, Dimitri Fedrau via B4 Relay wrote:
>
> ...
>
> > > if (chan->type == IIO_TEMP)
> > > - *val = 175;
> > > + *val = 175000;
> > > else
> > > - *val = 100;
> > > + *val = 100000;
>
> > Perhaps use " * MILL" uin both cases?
>
> Perhaps use " * MILLI" in both cases?
>
>
Ok.
Best regards,
Dimitri Fedrau