Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Code for the Temperature sensor is based on its technical data, where 0v = -30C[NOT VERIFIED]  which linearly scales to 10v = 200C[NOT VERIFIED]. This means that linear interpolation is utilized to scale the input voltage too a an output in celsius.


Linear interpolation is performed with the following function,

...