* feat: Add Wokwi VS Code initial support * ci: Add CI tests * feat: Update builder * ci: Add Wokwi.com CI * docs: Add documentation * feat: Fix and enable button-interrupt * feat: Add simulation section for button-interrupt * ci: Only run wokwi simualtions from esp-rs
33 lines
627 B
JSON
33 lines
627 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|