Re: [PATCH v11 13/15] iio: afe: rescale: add temperature transducers
From: Andy Shevchenko <hidden>
Date: 2021-12-22 12:43:13
Also in:
linux-iio, lkml
From: Andy Shevchenko <hidden>
Date: 2021-12-22 12:43:13
Also in:
linux-iio, lkml
On Wed, Dec 22, 2021 at 5:47 AM Liam Beguin [off-list ref] wrote:
From: Liam Beguin <redacted> A temperature transducer is a device that converts a thermal quantity into any other physical quantity. This patch add support for temperature
This patch add --> Add a
to voltage (like the LTC2997) and temperature to current (like the AD590) linear transducers. In both cases these are assumed to be connected to a voltage ADC.
...
+ rescale->numerator = MICRO;
Same comment, please double check we imply 10^-6 and not 10^6 here. -- With Best Regards, Andy Shevchenko