From 9ffd1a4a338c4d708f0ad796311568c469354ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Thu, 14 Nov 2019 23:23:10 -0300 Subject: [PATCH 1/2] Several circuit simulators added. Cucs, Oregano, Xyce, Gnucap and Ngspice added to Circuit Simulation. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c653d15..ffabeaf 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ Great Resources for Electronics Enthusiasts and Hardware Hackers - [Multisim](http://www.ni.com/multisim/try/) - [PartSim](http://www.partsim.com/simulator) - [Caneda](http://caneda.org/) + - [Qucs](https://qucs.github.io) + - [Oregano](https://github.com/drahnr/oregano) + - [Xyce](https://xyce.sandia.gov) + - [Gnucap](http://www.gnucap.org) + - [Ngspice](http://ngspice.sourceforge.net) + - For Microcontrollers - [AVRDUDE](http://www.nongnu.org/avrdude/) - [WinAVR](http://winavr.sourceforge.net/) From 5efcbc1557e687d50fc88746d5ef2453c87937e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ant=C3=B4nio=20Cardoso?= Date: Thu, 14 Nov 2019 23:27:55 -0300 Subject: [PATCH 2/2] blank line removed after my last additions. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ffabeaf..8373bc9 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,6 @@ Great Resources for Electronics Enthusiasts and Hardware Hackers - [Xyce](https://xyce.sandia.gov) - [Gnucap](http://www.gnucap.org) - [Ngspice](http://ngspice.sourceforge.net) - - For Microcontrollers - [AVRDUDE](http://www.nongnu.org/avrdude/) - [WinAVR](http://winavr.sourceforge.net/)