atopile now features a basic schematic viewer. Here is what it looks like:
<img width="1434" alt="schematic_example" src="https://github.com/atopile/atopile/assets/9785003/bd7f68b7-3116-45ce-9ef8-232dbd1e639c">
You can invoke the viewer by running `ato view` on your project. Start by navigating to the module you want inspect by clicking through the block diagram, then toggle to the schematic view using the block diagram/schematic button.
We currently don't handle position saving, voltage supply symbols and net stubbing. They'll be added in future releases!
What's Changed
* Low level schematic view by Timot05 in https://github.com/atopile/atopile/pull/340
**Full Changelog**: https://github.com/atopile/atopile/compare/v0.2.48...v0.2.49