Overlord printer thermistor (#14815)

This commit is contained in:
Tim Moore
2019-08-03 18:57:56 -07:00
committed by Scott Lahteine
parent ab792d004c
commit e3660bca25
124 changed files with 466 additions and 312 deletions

View File

@ -159,7 +159,7 @@ inline void report_pin_state_extended(pin_t pin, bool ignore, bool extended = fa
if (!GET_PINMODE(pin)) {
//pinMode(pin, INPUT_PULLUP); // make sure input isn't floating - stopped doing this
// because this could interfere with inductive/capacitive
// sensors (high impedance voltage divider) and with PT100 amplifier
// sensors (high impedance voltage divider) and with Pt100 amplifier
print_input_or_output(false);
SERIAL_ECHO(digitalRead_mod(pin));
}