<<<<<<< HEAD
Reference circuits and starter projects for OpenHW Studio.
examples/: ready-to-run circuit projects grouped by component use case.custom-components/: sample structures for custom component integrations.
Notable example folders:
examples/sd-card-spi/: SPI command-level probe forwokwi-sd-card(sd_probe.ino+main.py).
- Start backend and frontend services.
- Open simulator and load an example project.
- For Pico examples, keep
.inoenabled for Arduino compile mode or disable it to runmain.pyin MicroPython mode.
- Example assets are served through backend
/examplesstatic route. - Backend should have both
arduino:avrandrp2040:rp2040cores installed for full board compatibility. ======= # openhw-studio-examples
This repository contains sample projects for OpenHW Studio. Each example may include:
diagram.jsonfor circuit topologysketch.inofor demo codeguide.jsonfor guide-page context
examples/led-blinkexamples/rgb-led
origin/main