epitech-mirroring / NanoTekSpice

Simulate electronic circuits and components
0 stars 1 forks source link

♻️ Refactored components to allow "composed" one #28

Closed RenardFute closed 8 months ago

RenardFute commented 8 months ago

I made a simple Composed Component that just stores a map of internal components so they can be linked after.

This might need more reflexion but for now it works and I can't find what it would need.