aboutsummaryrefslogtreecommitdiffstats
path: root/docs/FAQ.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-03-26 12:39:47 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-03-26 12:39:47 -0400
commitdc551424375a38917cddf0d18d4f55355bae29d3 (patch)
treed35773baabefd5c04816f38541d37b5f2fc9a75c /docs/FAQ.md
parent59c4c498938f2c85c735034ed8f7b188725f07c9 (diff)
downloadkutter-dc551424375a38917cddf0d18d4f55355bae29d3.tar.gz
kutter-dc551424375a38917cddf0d18d4f55355bae29d3.tar.xz
kutter-dc551424375a38917cddf0d18d4f55355bae29d3.zip
docs: Update FAQ on which mcus have hard pwm support
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r--docs/FAQ.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index f0f04d0f..a65072ed 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -375,8 +375,7 @@ similar devices to any general purpose IO pin. However, fans and
output_pin devices may be optionally configured to use `hardware_pwm:
True`, in which case the micro-controller must support hardware PWM on
the pin (otherwise, Klipper will report a "Not a valid PWM pin"
-error). Note that hardware PWM is currently only supported on the avr,
-atsam, samd21, and linux micro-controllers.
+error).
IRQ pins (or Interrupt pins): Klipper does not use hardware interrupts
on IO pins, so it is never necessary to wire a device to one of these