Skip to content

Commit e6b827f

Browse files
angeloINTJclaude
andcommitted
docs: fix pin reference table rendering on GitHub Pages
The '...' row between GPIO 0 and GPIO 9 broke the markdown table in kramdown (GitHub Pages). GitHub.com tolerated it, but Jekyll rendered all table rows as plain <p> text. Replace the ellipsis with the actual 8 missing rows (GPIO 1-8). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 70cc99f commit e6b827f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

docs/WIRING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@
4242
| GPIO | Function | Connection |
4343
|------|------------------------|------------------------------------------|
4444
| 0 | DS18B20 SLOT0 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
45-
...
45+
| 1 | DS18B20 SLOT1 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
46+
| 2 | DS18B20 SLOT2 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
47+
| 3 | DS18B20 SLOT3 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
48+
| 4 | DS18B20 SLOT4 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
49+
| 5 | DS18B20 SLOT5 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
50+
| 6 | DS18B20 SLOT6 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
51+
| 7 | DS18B20 SLOT7 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
52+
| 8 | DS18B20 SLOT8 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
4653
| 9 | DS18B20 SLOT9 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
4754
| 10 | DHT22 SLOT10 (1-Wire) | Sensor data line + 4.7 kΩ pull-up to 3V3 |
4855
| 16 | SPI MISO | TFT MISO |

0 commit comments

Comments
 (0)