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

Revision:
3:1eb4f5296281
Parent:
2:c843c06cc651
Child:
5:9655397ba539
--- a/ntc.cpp	Fri Apr 07 16:36:47 2017 +0000
+++ b/ntc.cpp	Sat Apr 08 01:17:20 2017 +0000
@@ -86,4 +86,3 @@
     return (beta / (log(ntc_res / (ntc_set_data.ntc_res * exp(-beta / 298.0f)))) - 273.0f);
 }
 
-