From 3b46a42023dd5dc6e368d0758cb93247772f33ad Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 9 May 2020 12:22:50 -0700 Subject: [PATCH] formatting fix for markdown in pt100 page #docs --- docs/tutorials/extras/pt100.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/extras/pt100.md b/docs/tutorials/extras/pt100.md index 0629310..c8e8639 100644 --- a/docs/tutorials/extras/pt100.md +++ b/docs/tutorials/extras/pt100.md @@ -1,4 +1,4 @@ -### PT100 RTD Thermal Sensor Integration +# PT100 RTD Thermal Sensor Integration The EasyPiezi (Rev 1.1.x and Rev 2.x.x) utilize an extra amp channel to allow the use of a PT100 RTD Thermal sensor with minimal additional components. The circuit is based on E3D's daughterboard designed for PT100 sensors. @@ -6,4 +6,4 @@ The EasyPiezi (Rev 1.1.x and Rev 2.x.x) utilize an extra amp channel to allow th The circuit outputs a DC voltage that corresponds to the RTD's change in resistance, which in turn changes based on the temperature of the RTD. This output shares a common ground with other parts of the circuit, so only one additonal output pin is required to utilize it. -As this is a direct voltage reading, the usual TH# inputs on most controllers cannot be used (unless the user removes the pullup resistor attached to the input). Instead, the PT100 input must be attached to a bare analog input pin (any of the pins labeled A##, like A5 on Atmega controllers) \ No newline at end of file +As this is a direct voltage reading, the usual TH# inputs on most controllers cannot be used (unless the user removes the pullup resistor attached to the input). Instead, the PT100 input must be attached to a bare analog input pin (any of the pins labeled A##, like A5 on Atmega controllers)