Skip to content

Commit ba07586

Browse files
Deploy documentation [skip ci]
1 parent 9568e96 commit ba07586

8 files changed

Lines changed: 70 additions & 52 deletions

File tree

docs/datasheet_professional.html

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2159,28 +2159,6 @@ <h4>🔌 CONNECTIVITY</h4>
21592159
</div>
21602160

21612161

2162-
<div class="table-section">
2163-
<h2 class="section-title">PIN CONFIGURATION</h2>
2164-
<table class="professional-table pinout-table">
2165-
<thead>
2166-
<tr>
2167-
<th>Function</th>
2168-
<th>Notes</th>
2169-
</tr>
2170-
</thead>
2171-
<tbody>
2172-
<tr>
2173-
<td class="pin-name">Power Supply</td>
2174-
<td class="pin-function">3.3V or 5V</td>
2175-
</tr>
2176-
<tr>
2177-
<td class="pin-name">Ground</td>
2178-
<td class="pin-function">Common ground for all components</td>
2179-
</tr>
2180-
</tbody>
2181-
</table>
2182-
</div>
2183-
21842162
<div class="features-section">
21852163
<h2 class="section-title">KEY FEATURES</h2>
21862164
<div class="features-grid">
@@ -2459,18 +2437,34 @@ <h3 class="table-title">Signal Description</h3>
24592437
<table class="professional-table">
24602438
<thead>
24612439
<tr>
2462-
<th>Function</th>
2463-
<th>Notes</th>
2440+
<th>Pin Label</th>
2441+
<th>Description</th>
24642442
</tr>
24652443
</thead>
24662444
<tbody>
24672445
<tr>
2468-
<td>Power Supply</td>
2469-
<td>3.3V or 5V</td>
2446+
<td>VCC</td>
2447+
<td>Power supply (3.3V or 5V)</td>
24702448
</tr>
24712449
<tr>
2450+
<td>GND</td>
24722451
<td>Ground</td>
2473-
<td>Common ground for all components</td>
2452+
</tr>
2453+
<tr>
2454+
<td>SDA/SDI</td>
2455+
<td>I²C data / SPI data in</td>
2456+
</tr>
2457+
<tr>
2458+
<td>SCL/SCK</td>
2459+
<td>I²C clock / SPI clock</td>
2460+
</tr>
2461+
<tr>
2462+
<td>CSB</td>
2463+
<td>Chip select (SPI, active low)</td>
2464+
</tr>
2465+
<tr>
2466+
<td>SDO</td>
2467+
<td>SPI data out</td>
24742468
</tr>
24752469
</tbody>
24762470
</table>

docs/datasheet_professional.pdf

-13.8 KB
Binary file not shown.

docs/mdbook/hardware/overview.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,18 @@ <h2 id="-technical-specifications"><a class="header" href="#-technical-specifica
215215
</div>
216216
<h2 id="-pinout"><a class="header" href="#-pinout">🔌 Pinout</a></h2>
217217
<div align="center">
218-
<div align="center"><a href="#"><img src="../resources/unit_pinout_v_0_0_1_ue0095_bm3688_4_in_1_en.jpg" style="max-width: 500px; height: auto;" alt="Pinout"><br/> Pinout</a></div>
219-
<br/>
220-
<br/>
221-
<div class="table-wrapper"><table><thead><tr><th>Pin Label</th><th>Function</th><th>Notes</th></tr></thead><tbody>
222-
<tr><td>VCC</td><td>Power Supply</td><td>3.3V or 5V</td></tr>
223-
<tr><td>GND</td><td>Ground</td><td>Common ground for all components</td></tr>
218+
<h3 id="pinout-diagram"><a class="header" href="#pinout-diagram"><strong>Pinout Diagram</strong></a></h3>
219+
<div align="center"><a href="#"><img src="../resources/unit_pinout_v_0_0_1_ue0095_bm3688_4_in_1_en.jpg" style="max-width: 500px; height: auto;" alt="Pinout"><br/> Pinout</a></div>
220+
<br/>
221+
<br/>
222+
<h3 id="pinout-details"><a class="header" href="#pinout-details"><strong>Pinout Details</strong></a></h3>
223+
<div class="table-wrapper"><table><thead><tr><th>Pin Label</th><th>Description</th></tr></thead><tbody>
224+
<tr><td>VCC</td><td>Power supply (3.3V or 5V)</td></tr>
225+
<tr><td>GND</td><td>Ground</td></tr>
226+
<tr><td>SDA/SDI</td><td>I²C data / SPI data in</td></tr>
227+
<tr><td>SCL/SCK</td><td>I²C clock / SPI clock</td></tr>
228+
<tr><td>CSB</td><td>Chip select (SPI, active low)</td></tr>
229+
<tr><td>SDO</td><td>SPI data out</td></tr>
224230
</tbody></table>
225231
</div></div>
226232
<h2 id="-dimensions"><a class="header" href="#-dimensions">📏 Dimensions</a></h2>

docs/mdbook/hardware/pinout.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,18 @@ <h1 class="menu-title"></h1>
177177
<main>
178178
<h1 id="pinout"><a class="header" href="#pinout">Pinout</a></h1>
179179
<div align="center">
180-
<div align="center"><a href="#"><img src="../resources/unit_pinout_v_0_0_1_ue0095_bm3688_4_in_1_en.jpg" style="max-width: 500px; height: auto;" alt="Pinout"><br/> Pinout</a></div>
181-
<br/>
182-
<br/>
183-
<div class="table-wrapper"><table><thead><tr><th>Pin Label</th><th>Function</th><th>Notes</th></tr></thead><tbody>
184-
<tr><td>VCC</td><td>Power Supply</td><td>3.3V or 5V</td></tr>
185-
<tr><td>GND</td><td>Ground</td><td>Common ground for all components</td></tr>
180+
<h3 id="pinout-diagram"><a class="header" href="#pinout-diagram"><strong>Pinout Diagram</strong></a></h3>
181+
<div align="center"><a href="#"><img src="../resources/unit_pinout_v_0_0_1_ue0095_bm3688_4_in_1_en.jpg" style="max-width: 500px; height: auto;" alt="Pinout"><br/> Pinout</a></div>
182+
<br/>
183+
<br/>
184+
<h3 id="pinout-details"><a class="header" href="#pinout-details"><strong>Pinout Details</strong></a></h3>
185+
<div class="table-wrapper"><table><thead><tr><th>Pin Label</th><th>Description</th></tr></thead><tbody>
186+
<tr><td>VCC</td><td>Power supply (3.3V or 5V)</td></tr>
187+
<tr><td>GND</td><td>Ground</td></tr>
188+
<tr><td>SDA/SDI</td><td>I²C data / SPI data in</td></tr>
189+
<tr><td>SCL/SCK</td><td>I²C clock / SPI clock</td></tr>
190+
<tr><td>CSB</td><td>Chip select (SPI, active low)</td></tr>
191+
<tr><td>SDO</td><td>SPI data out</td></tr>
186192
</tbody></table>
187193
</div></div>
188194
</main>
0 Bytes
Binary file not shown.

docs/mdbook/print.html

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,18 @@ <h2 id="-technical-specifications"><a class="header" href="#-technical-specifica
267267
</div>
268268
<h2 id="-pinout"><a class="header" href="#-pinout">🔌 Pinout</a></h2>
269269
<div align="center">
270-
<div align="center"><a href="hardware/overview.html#"><img src="hardware/../resources/unit_pinout_v_0_0_1_ue0095_bm3688_4_in_1_en.jpg" style="max-width: 500px; height: auto;" alt="Pinout"><br/> Pinout</a></div>
271-
<br/>
272-
<br/>
273-
<div class="table-wrapper"><table><thead><tr><th>Pin Label</th><th>Function</th><th>Notes</th></tr></thead><tbody>
274-
<tr><td>VCC</td><td>Power Supply</td><td>3.3V or 5V</td></tr>
275-
<tr><td>GND</td><td>Ground</td><td>Common ground for all components</td></tr>
270+
<h3 id="pinout-diagram"><a class="header" href="#pinout-diagram"><strong>Pinout Diagram</strong></a></h3>
271+
<div align="center"><a href="hardware/overview.html#"><img src="hardware/../resources/unit_pinout_v_0_0_1_ue0095_bm3688_4_in_1_en.jpg" style="max-width: 500px; height: auto;" alt="Pinout"><br/> Pinout</a></div>
272+
<br/>
273+
<br/>
274+
<h3 id="pinout-details"><a class="header" href="#pinout-details"><strong>Pinout Details</strong></a></h3>
275+
<div class="table-wrapper"><table><thead><tr><th>Pin Label</th><th>Description</th></tr></thead><tbody>
276+
<tr><td>VCC</td><td>Power supply (3.3V or 5V)</td></tr>
277+
<tr><td>GND</td><td>Ground</td></tr>
278+
<tr><td>SDA/SDI</td><td>I²C data / SPI data in</td></tr>
279+
<tr><td>SCL/SCK</td><td>I²C clock / SPI clock</td></tr>
280+
<tr><td>CSB</td><td>Chip select (SPI, active low)</td></tr>
281+
<tr><td>SDO</td><td>SPI data out</td></tr>
276282
</tbody></table>
277283
</div></div>
278284
<h2 id="-dimensions"><a class="header" href="#-dimensions">📏 Dimensions</a></h2>
@@ -327,12 +333,18 @@ <h2 id="-topology"><a class="header" href="#-topology">📃 Topology</a></h2>
327333
</tbody></table>
328334
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="pinout"><a class="header" href="#pinout">Pinout</a></h1>
329335
<div align="center">
330-
<div align="center"><a href="hardware/pinout.html#"><img src="hardware/../resources/unit_pinout_v_0_0_1_ue0095_bm3688_4_in_1_en.jpg" style="max-width: 500px; height: auto;" alt="Pinout"><br/> Pinout</a></div>
331-
<br/>
332-
<br/>
333-
<div class="table-wrapper"><table><thead><tr><th>Pin Label</th><th>Function</th><th>Notes</th></tr></thead><tbody>
334-
<tr><td>VCC</td><td>Power Supply</td><td>3.3V or 5V</td></tr>
335-
<tr><td>GND</td><td>Ground</td><td>Common ground for all components</td></tr>
336+
<h3 id="pinout-diagram-1"><a class="header" href="#pinout-diagram-1"><strong>Pinout Diagram</strong></a></h3>
337+
<div align="center"><a href="hardware/pinout.html#"><img src="hardware/../resources/unit_pinout_v_0_0_1_ue0095_bm3688_4_in_1_en.jpg" style="max-width: 500px; height: auto;" alt="Pinout"><br/> Pinout</a></div>
338+
<br/>
339+
<br/>
340+
<h3 id="pinout-details-1"><a class="header" href="#pinout-details-1"><strong>Pinout Details</strong></a></h3>
341+
<div class="table-wrapper"><table><thead><tr><th>Pin Label</th><th>Description</th></tr></thead><tbody>
342+
<tr><td>VCC</td><td>Power supply (3.3V or 5V)</td></tr>
343+
<tr><td>GND</td><td>Ground</td></tr>
344+
<tr><td>SDA/SDI</td><td>I²C data / SPI data in</td></tr>
345+
<tr><td>SCL/SCK</td><td>I²C clock / SPI clock</td></tr>
346+
<tr><td>CSB</td><td>Chip select (SPI, active low)</td></tr>
347+
<tr><td>SDO</td><td>SPI data out</td></tr>
336348
</tbody></table>
337349
</div></div><div style="break-before: page; page-break-before: always;"></div><h1 id="dimensions"><a class="header" href="#dimensions">Dimensions</a></h1>
338350
<div style="text-align: center;">
0 Bytes
Binary file not shown.

docs/mdbook/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)