led_RGB

Revision:
2:f1ae9529e6ee
Parent:
1:06b34a8b0554
--- a/Low_device.h	Sat Feb 27 05:08:41 2016 +0000
+++ b/Low_device.h	Sat Feb 27 09:41:48 2016 +0000
@@ -6,9 +6,11 @@
 class Low_device {
 public:
     Low_device(void);
-    void led_RGB(int led);      // RGB LED control
-    void led_OUT(int led);      //led_out(on Motor drive board)
-  
+    void led_RGB(int led);                      // RGB LED control
+    void led_OUT(int led);                      //led_out(on Motor drive board)
+    unsigned int peach_button_get( void );      //PEACH_button_get(on GR-PEACH board)
+    unsigned int pushsw_get( void );            //pushsw_get(on Motor drive board)
+    
 private:  
 
 };