diff --git a/OOequipment/FunctionGenerator.m b/OOequipment/FunctionGenerator.m new file mode 100644 index 0000000..f9de0b1 --- /dev/null +++ b/OOequipment/FunctionGenerator.m @@ -0,0 +1,12 @@ +classdef FunctionGenerator < Equipment + %FUNCTION_GENERATOR Summary of this class goes here + % Detailed explanation goes here + + properties + end + + methods + end + +end +