This commit is contained in:
2025-03-30 22:48:08 +02:00
parent a61f24e08c
commit 3b8bb88fbb
16 changed files with 93 additions and 50 deletions

View File

@@ -2,8 +2,9 @@
#define _PARTS_HPP_
#include "syselmts.hpp"
#include "pins.hpp"
class Part : public SystemElement
class Part : public SystemElementContainer<Pin>
{
public:
Part(std::string name);