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.
Dependencies: mbed X_NUCLEO_PLC01A1 ros_lib_melodic
Diff: ms-94bzb.h
- Revision:
- 1:ef4b86795d79
- Parent:
- 0:43eb9ccc1583
- Child:
- 3:ea5cfd721b53
--- a/ms-94bzb.h Sat Aug 08 23:54:01 2020 +0000
+++ b/ms-94bzb.h Sat Aug 15 09:09:33 2020 +0000
@@ -39,7 +39,7 @@
virtual void motorInit();
virtual void drive();
virtual void stop();
- void free();
+ virtual void free();
void setAngularVelocity(float avel);
void setAcceleration(uint16_t accel);
};