led_RGB

Revision:
1:06b34a8b0554
Parent:
0:bd903d88d2c8
Child:
2:f1ae9529e6ee
--- a/Low_device.h	Sat Feb 27 04:20:33 2016 +0000
+++ b/Low_device.h	Sat Feb 27 05:08:41 2016 +0000
@@ -6,8 +6,8 @@
 class Low_device {
 public:
     Low_device(void);
-    void led_RGB(int led);
-
+    void led_RGB(int led);      // RGB LED control
+    void led_OUT(int led);      //led_out(on Motor drive board)
   
 private: