Creating an array of Classes

Dependencies:   mbed

Revision:
0:978160d93f83
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Signal.cpp	Wed Aug 05 13:41:30 2015 +0000
@@ -0,0 +1,13 @@
+#include "Signal.h"
+
+uint32_t Signal::getValue(void){
+    
+    return Value;
+    
+    }
+    
+void Signal::setValue(uint32_t a){
+    
+    Value = a;
+    
+    }
\ No newline at end of file