summaryrefslogtreecommitdiffstats
path: root/Led.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Led.cpp')
-rw-r--r--Led.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/Led.cpp b/Led.cpp
new file mode 100644
index 0000000..df9129c
--- /dev/null
+++ b/Led.cpp
@@ -0,0 +1,16 @@
+/*
+ * File: Led.cpp
+ * Author: _prossn
+ *
+ * Created on 10. aprile 2018, 16:07
+ */
+
+#include "Led.hpp"
+
+Led::Led(Color color) : _color(color) {
+}
+
+
+Led::~Led() {
+}
+