Add non-active counter & flip-flop components

This commit is contained in:
2022-06-30 15:17:54 +01:00
parent b7f74ccb1a
commit 96b4176f8b
8 changed files with 121 additions and 30 deletions

View File

@@ -1,6 +1,8 @@
local moduleNames = {
"flipflopcomponent",
-- "activeflipflopcomponent",
"countercomponent",
-- "activecountercomponent",
"reactorcontrollercomponent",
}