Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Robot.h
- Revision:
- 2:0d9bb8e1876b
- Parent:
- 1:48028dcad4e2
- Child:
- 3:4dbbd511a49d
diff -r 48028dcad4e2 -r 0d9bb8e1876b Robot.h
--- 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;