mirror of
https://github.com/alexandrebobkov/ESP32-S3_Arduino-Uno.git
synced 2025-08-06 19:05:05 +00:00
18 lines
270 B
Markdown
18 lines
270 B
Markdown
---
|
|
layout: default
|
|
title: "ESP32-S3 Uno DevBoard"
|
|
---
|
|
|
|
{{ page.title }}
|
|
================
|
|
|
|
<a href="{{% link schematic.md %}}">Schematic</a>
|
|
|
|
<ul>
|
|
{% for post in site.posts %}
|
|
<li>
|
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|