tarou yamada / Robot

Dependents:   RobotBase

Revision:
2:0d9bb8e1876b
Parent:
1:48028dcad4e2
Child:
3:4dbbd511a49d
--- a/Robot.h	Fri Aug 21 04:51:19 2015 +0000
+++ b/Robot.h	Wed Oct 14 03:50:52 2015 +0000
@@ -8,9 +8,11 @@
 public:
     void update();
     
+    static const int mNumOfI2CDevice;
+    
 protected:
     I2CDevice** mI2CDevice;
-    static const int mNumOfI2CDevice;
+    
 private:
     virtual void updateAction() = 0;