Commit 194ee396 authored by Felix Richter's avatar Felix Richter
Browse files

Fix Pinout HTML table layout

when trying to copy the layout into html, the output breaks due to a missing closing backet
parent e60e4f1f
...@@ -92,7 +92,7 @@ build pre_build bin. ...@@ -92,7 +92,7 @@ build pre_build bin.
<td>6</td><td>GPIO12</td><td></td><td></td> <td>6</td><td>GPIO12</td><td></td><td></td>
</tr> </tr>
<tr> <tr>
<td>7</td><td>GPIO13</td<td></td><td></td> <td>7</td><td>GPIO13</td><td></td><td></td>
</tr> </tr>
</table> </table>
#### [*] D0(GPIO16) can only be used as gpio read/write. no interrupt supported. no pwm/i2c/ow supported. #### [*] D0(GPIO16) can only be used as gpio read/write. no interrupt supported. no pwm/i2c/ow supported.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment