led_RGB

Revision:
0:bd903d88d2c8
Child:
1:06b34a8b0554
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Low_device.h	Sat Feb 27 04:20:33 2016 +0000
@@ -0,0 +1,16 @@
+#ifndef LOW_DEVICE_H
+#define LOW_DEVICE_H
+ 
+#include "mbed.h"
+ 
+class Low_device {
+public:
+    Low_device(void);
+    void led_RGB(int led);
+
+  
+private:  
+
+};
+ 
+#endif
\ No newline at end of file