feat: initial commit

This commit is contained in:
Kat Inskip 2025-10-17 05:55:27 -07:00
commit 7888da2541
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
10 changed files with 1515 additions and 0 deletions

33
diagram.json Normal file
View file

@ -0,0 +1,33 @@
{
"version": 1,
"author": "Sergio Gasquez Arcos",
"editor": "wokwi",
"parts": [
{
"type": "board-esp32-c3-rust-1",
"id": "esp",
"top": -126.57,
"left": 46.35,
"attrs": {
"builder": "rust-nostd-esp"
}
}
],
"connections": [
[
"esp:21",
"$serialMonitor:RX",
"",
[]
],
[
"esp:20",
"$serialMonitor:TX",
"",
[]
]
],
"serialMonitor": {
"display": "auto"
}
}