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.
Andy Shaw 624986d423 Ensure ADC conversion is complete before reading (#11336)
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 Module updates 8 years ago
src Ensure ADC conversion is complete before reading (#11336) 7 years ago
Configuration.h [2.0.x] typo fix (#11365) 7 years ago
Configuration_adv.h Simplify stepper driver per-axis selection 7 years ago
Makefile Match Makefile to boards.h 7 years ago
Marlin.ino Marlin.ino needs no content (#9506) 7 years ago