You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() The current Marlin implementation relies on a timer interrupt to start the ADC conversion and read it. However in some circumstances the interrupt can be delayed resulting in insufficient time being available for the ADC conversion. This results in a bad reading and false temperature fluctuations. These changes make sure that the conversion is complete (by checking the ADC hardware via the HAL) before reading a value. See: https://github.com/MarlinFirmware/Marlin/issues/11323 |
7 years ago | |
---|---|---|
.. | ||
lib | 8 years ago | |
src | 7 years ago | |
Configuration.h | 7 years ago | |
Configuration_adv.h | 7 years ago | |
Makefile | 7 years ago | |
Marlin.ino | 7 years ago |