This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/example_configurations
AnHardt f3eee02596 Introduce endstop interrupts
If ENDSTOP_INTERRUPTS_FEATURE is enabled this tries to set up interrupt routines
for all used endstop pins. If this worked without errors, `endstops.update()` is called
only if one of the endstops changed its state.

The new interrupt routines do not really check the endstops and react upon them. All what they
do, is to set a flag if it makes sense to call the endstop test we are used to.

This can be used on:
* ARM (DUE) based boards - all pins can raise interrupts,
* RAMPS - all 6 endstop pins plus some other on EXT-2 can raise interrupts,
* RAMPS based boards - as long the designers did not change the pins for the endstops or at least left enough,
* all boards, if there are enough pins that can raise interrupts, and you are willing/able to swap with pins dedicated to other purpose.
2016-11-15 12:07:41 +01:00
..
adafruit/ST7565 Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
Cartesio Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
delta Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
Felix Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
Hephestos Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
Hephestos_2 Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
K8200 Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
K8400 Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
makibox Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
RepRapWorld/Megatronics Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
RigidBot Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
SCARA Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
TAZ4 Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
tvrrug/Round2 Introduce endstop interrupts 2016-11-15 12:07:41 +01:00
WITBOX Introduce endstop interrupts 2016-11-15 12:07:41 +01:00