Firmware2/Marlin
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
2018-07-26 03:59:19 -05:00
..
lib Module updates 2017-09-21 16:26:42 -05:00
src Ensure ADC conversion is complete before reading (#11336) 2018-07-26 03:59:19 -05:00
Configuration_adv.h Simplify stepper driver per-axis selection 2018-07-25 02:47:43 -05:00
Configuration.h [2.0.x] typo fix (#11365) 2018-07-25 18:00:47 -05:00
Makefile Match Makefile to boards.h 2018-04-20 16:13:50 -05:00
Marlin.ino Marlin.ino needs no content (#9506) 2018-02-06 02:28:18 -06:00