diff --git a/gates/light/light.js b/gates/light/light.js deleted file mode 100644 index e69de29..0000000 diff --git a/gates/logic/not.js b/gates/logic/not.js deleted file mode 100644 index 97f502f..0000000 --- a/gates/logic/not.js +++ /dev/null @@ -1,16 +0,0 @@ -class Not { - constructor() { - this.inputs = 1; - this.outputs = 1; - this.values = NULL; - } - - calculate() { - if (this.values && this.inputs == this.outputs) { - - for (let i= 0; i < this.values.length; i++) { - - } - } - } -} \ No newline at end of file diff --git a/gates/switch/switch.js b/gates/switch/switch.js deleted file mode 100644 index e69de29..0000000