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:
- 1:48028dcad4e2
- Parent:
- 0:91d31b26ae9e
- Child:
- 2:0d9bb8e1876b
--- a/Robot.h Thu Jul 02 00:58:51 2015 +0000
+++ b/Robot.h Fri Aug 21 04:51:19 2015 +0000
@@ -6,13 +6,11 @@
class Robot{
public:
- Robot( int numOfI2CDevice );
- ~Robot();
void update();
protected:
I2CDevice** mI2CDevice;
- const int mNumOfI2CDevice;
+ static const int mNumOfI2CDevice;
private:
virtual void updateAction() = 0;