diff --git a/src/Gate.cpp b/src/Gate.cpp new file mode 100644 index 0000000..dca2bca --- /dev/null +++ b/src/Gate.cpp @@ -0,0 +1,6 @@ +#include "Gate.h" + +void Gate::setOut(int newValue, int setTime) +{ + out->setValue(newValue, setTime); +}