aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-09-29 10:56:50 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-09-29 10:56:50 -0400
commit17dcf4e5f049074569a90b8ea7c321361d90bfcf (patch)
tree780bfb48efcf79fc6bd36643318496a933bbebb6 /docs
parent00a9e4ad9ac009b667d243b5b45cb4e8771c6bb3 (diff)
downloadkutter-17dcf4e5f049074569a90b8ea7c321361d90bfcf.tar.gz
kutter-17dcf4e5f049074569a90b8ea7c321361d90bfcf.tar.xz
kutter-17dcf4e5f049074569a90b8ea7c321361d90bfcf.zip
docs: Fix table rendering in RPi_microcontroller.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/RPi_microcontroller.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/RPi_microcontroller.md b/docs/RPi_microcontroller.md
index 4a24b517..b05c3e8f 100644
--- a/docs/RPi_microcontroller.md
+++ b/docs/RPi_microcontroller.md
@@ -186,10 +186,12 @@ cycle_time: 0.000001
```
This will add hardware pwm control to gpio12 on the Pi (because the overlay was configured to route pwm0 to pin=12).
-PWM0 can be routed to gpio12 and gpio18, PWM1 can be routed to gpio13 and gpio19:
-|PWM|gpio PIN|Func|
-|---|--------|----|
-| 0| 12| 4|
-| 0| 18| 2|
-| 1| 13| 4|
-| 1| 19| 2|
+PWM0 can be routed to gpio12 and gpio18, PWM1 can be routed to gpio13
+and gpio19:
+
+| PWM | gpio PIN | Func |
+| --- | -------- | ---- |
+| 0 | 12 | 4 |
+| 0 | 18 | 2 |
+| 1 | 13 | 4 |
+| 1 | 19 | 2 |