aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Status_Reference.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2023-10-13 21:10:11 -0400
committerKevin O'Connor <kevin@koconnor.net>2023-11-16 22:07:15 -0500
commit29b7550ce5330da8e5ca4f22c1420cbeadf01eaf (patch)
tree107c086343081c9589af7be53873fea1a7a40d29 /docs/Status_Reference.md
parent48a05eaa542bfd4a1099c2224bda443049a6fa64 (diff)
downloadkutter-29b7550ce5330da8e5ca4f22c1420cbeadf01eaf.tar.gz
kutter-29b7550ce5330da8e5ca4f22c1420cbeadf01eaf.tar.xz
kutter-29b7550ce5330da8e5ca4f22c1420cbeadf01eaf.zip
pwm_tool: Add support for high-speed PWM pin updates
The output_pin module is only capable of updating an output pin at most once every 100ms. Add a new pwm_tool module that is capable of queuing updates in the micro-controller and thus allowing for much higher update rates. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r--docs/Status_Reference.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md
index 13139dd0..5477049a 100644
--- a/docs/Status_Reference.md
+++ b/docs/Status_Reference.md
@@ -318,7 +318,8 @@ is defined):
## output_pin
The following information is available in
-[output_pin some_name](Config_Reference.md#output_pin) objects:
+[output_pin some_name](Config_Reference.md#output_pin) and
+[pwm_tool some_name](Config_Reference.md#pwm_tool) objects:
- `value`: The "value" of the pin, as set by a `SET_PIN` command.
## palette2