Firmware2/Marlin/src/HAL/HAL_AVR
Lenbok 0e8242180d Chamber temperature monitoring and auto fan control.
This is an initial cut for feedback, updated for 2.0.x.

Chamber temperature is currently reported along with hot end and bed
temperatures to serial. The format is just like that used for hot end
and bed temperatures, but using 'C' prefix. As there is no heater,
target is always 0. Is this appropriate, is there a better way to report
chamber temperatures?

Chamber temperatures are not reported on the LCD in any way.

When auto chamber fan is enabled, it currently just uses the same
temperature threshold as the other auto controlled fans.

As the chamber temperature is not connected to any heater, it doesn't
undergo mintemp/maxtemp monitoring. This would need to change in the
future if chamber heating became a feature.
2018-04-06 23:09:06 -05:00
..
endstop_interrupts.h Implement support for Dual X and Y endstops 2017-10-29 18:56:04 -05:00
fastio_168.h [2.0.x] FASTIO consistency (#10164) 2018-03-20 16:24:50 -05:00
fastio_644.h [2.0.x] FASTIO consistency (#10164) 2018-03-20 16:24:50 -05:00
fastio_1280.h [2.0.x] FASTIO consistency (#10164) 2018-03-20 16:24:50 -05:00
fastio_1281.h [2.0.x] FASTIO consistency (#10164) 2018-03-20 16:24:50 -05:00
fastio_AT90USB.h [2.0.x] FASTIO consistency (#10164) 2018-03-20 16:24:50 -05:00
fastio_AVR.h Chamber temperature monitoring and auto fan control. 2018-04-06 23:09:06 -05:00
HAL_AVR.cpp Multi-host support 2018-01-10 00:14:47 -06:00
HAL_AVR.h Fix compiler warning for HAL_ANALOG_SELECT 2018-03-13 22:33:21 -05:00
HAL_spi_AVR.cpp HAL function to ensure min stepper interrupt interval (#9985) 2018-03-07 17:53:25 -06:00
MarlinSerial.cpp Fix: M112 calling kill from interrupt (#9923) 2018-03-03 23:14:01 -06:00
MarlinSerial.h Fix: M112 calling kill from interrupt (#9923) 2018-03-03 23:14:01 -06:00
math_AVR.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
persistent_store_impl.cpp Add MarlinSettings::validate() 2018-01-05 14:35:24 -06:00
pinsDebug_AVR_8_bit.h Fix DIGITAL_PIN_TO_ANALOG_PIN macro for Atmega1284p (#9881) 2018-03-01 15:13:57 -06:00
pinsDebug_plus_70.h [2.0.x] Support for SilverGate Board 2017-10-31 15:27:26 -05:00
pinsDebug_Teensyduino.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
SanityCheck_AVR_8_bit.h Add missing SoftwareSerial begin for TMC2208 2018-01-22 10:43:24 -06:00
servo_AVR.cpp [2.0.x] removed spaces 2017-11-05 20:42:48 +01:00
ServoTimers.h Apply some formatting 2017-11-18 03:12:30 -06:00
spi_pins.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00
watchdog_AVR.cpp Fix watchdog in WATCHDOG_RESET_MANUAL mode AVR 2017-11-03 04:43:00 +01:00
watchdog_AVR.h Fix some AVR HAL code style 2017-10-14 19:05:10 -05:00