From 819e616388aca149c5349cc57f5f1bd965225e2e Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Mon, 6 Jun 2022 07:37:27 +0200 Subject: [PATCH] update - finialize image_2.html template - use image tempalte in wiring guide for all images. --- docs/_includes/custom/images/image_2.html | 18 +++++++++++++- docs/_pages/WireGuide.md | 30 +++++++---------------- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/docs/_includes/custom/images/image_2.html b/docs/_includes/custom/images/image_2.html index dea99d9..3086384 100644 --- a/docs/_includes/custom/images/image_2.html +++ b/docs/_includes/custom/images/image_2.html @@ -1 +1,17 @@ -
{% if {{include.url}} %}{% endif %}{{include.alt}}{% if {{include.url}} %}{% endif %}{% if {{include.caption}} %}
{{include.caption}}
{% endif %}
+
+
+ {% if include.url %} + + {% endif %} + {{ include.alt }} + {% if include.url %} + + {% endif %} + {% if include.caption %} +
+
+ {{ include.caption }} +
+ {% endif %} +
+
\ No newline at end of file diff --git a/docs/_pages/WireGuide.md b/docs/_pages/WireGuide.md index 9a3c273..15729bb 100644 --- a/docs/_pages/WireGuide.md +++ b/docs/_pages/WireGuide.md @@ -6,28 +6,16 @@ nav_order: 1 parent: How to build --- - - -## Basic Full Wiring Diagram With IR PCBs - - - -drawing - - - -## IR PCB Emitter Back Side Wiring for 2 Resistors (recomended) - - - -drawing +{% include custom/images/image_2.html url="https://imgur.com/2E8vY4W.png" max-width="500" caption="Basic Full Wiring Diagram With IR PCBs" alt="drawing" %} +
+{% include custom/images/image_2.html url="https://imgur.com/BViCBrn.png" max-width="200" caption="IR PCB Emitter Back Side Wiring for 2 Resistors (recommended)" alt="drawing" %} +
{% include custom/alerts/Warning.html content="The 2 350ohm resistors should connect the each side of the resistor pad and NOTHING ELSE. Its important that it does not touch any other pad." %} -### Alternatively you can wire it like the 1 resistor one, but add a secondary one in the 5v in wire. - +
+{% include custom/alerts/Note.html content="Alternatively you can wire it like the 1 resistor one, but add a secondary one in the 5v in wire." %} +
-## IR PCB Emitter Back Side Wiring for 1 700-710 ohm Resistor (not recomended) - - -drawing +{% include custom/images/image_2.html url="https://imgur.com/va3tZOh.png" max-width="200" caption="IR PCB Emitter Back Side Wiring for 1 700-710 ohm Resistor (not recommended)" alt="drawing" %} +