NTC temperature sensor going to A:D input. Topology is: (Vref or 3.3V) -> Series_resistor -> A:D_input -> NTC -> GND. Easy modification of NTC parameters w/o recompile of library

Dependents:   ntc_helloworld

History

Changed NULL to 0, this time in the .cpp file for os5 default tip

2017-04-27, by loopsva [Thu, 27 Apr 2017 18:38:49 +0000] rev 8

Changed NULL to 0, this time in the .cpp file for os5


Changed NULL to 0 for CLI compiler

2017-04-27, by loopsva [Thu, 27 Apr 2017 16:37:05 +0000] rev 7

Changed NULL to 0 for CLI compiler


changed the way get_ntc_beta is done. Now a single commanf

2017-04-12, by loopsva [Wed, 12 Apr 2017 16:56:27 +0000] rev 6

changed the way get_ntc_beta is done. Now a single commanf


Added a couple more Beta options.

2017-04-11, by loopsva [Tue, 11 Apr 2017 20:30:30 +0000] rev 5

Added a couple more Beta options.
; If beta selected = 0, -100 is returned for temperature.


fix documentation for code example

2017-04-08, by loopsva [Sat, 08 Apr 2017 01:23:02 +0000] rev 4

fix documentation for code example


more doc updates, added connection schematic

2017-04-08, by loopsva [Sat, 08 Apr 2017 01:17:20 +0000] rev 3

more doc updates, added connection schematic


Used external input data "din" for NTC resistance and temperature calculations if din != 0. Updated docs

2017-04-07, by loopsva [Fri, 07 Apr 2017 16:36:47 +0000] rev 2

Used external input data "din" for NTC resistance and temperature calculations if din != 0. Updated docs


Fixed docs

2017-04-07, by loopsva [Fri, 07 Apr 2017 00:39:59 +0000] rev 1

Fixed docs


Initial release of NTC temperature sensor going to A:D input

2017-04-07, by loopsva [Fri, 07 Apr 2017 00:30:39 +0000] rev 0

Initial release of NTC temperature sensor going to A:D input