mirror of
https://github.com/alexandrebobkov/ESP32-S3_Arduino-Uno.git
synced 2025-08-07 11:18:47 +00:00
28 lines
514 B
Markdown
28 lines
514 B
Markdown
---
|
|
layout: default
|
|
title: "ESP32-S3 Uno DevBoard"
|
|
---
|
|
|
|
{{ page.title }}
|
|
================
|
|
|
|
<i>Explore new possibilities with ESP32-S3 UNO Development Board.</i>
|
|
|
|
<img src="assets/ESP32-Uno-assembled.jpg">
|
|
|
|

|
|
|
|
<a href="schematic.md"><b>Schematic</b></a>
|
|
|
|
[Schematic](schematic.md)
|
|
|
|
<a href="{{% link schematic.md %}}">Schematic</a>
|
|
|
|
<ul>
|
|
{% for post in site.posts %}
|
|
<li>
|
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|