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
Diff: Classes/Deplacement.cpp
- Revision:
- 27:e103da412e2b
- Parent:
- 17:aae5361ddddf
- Child:
- 34:cea05fa02f37
--- a/Classes/Deplacement.cpp Thu Jun 06 13:22:25 2019 +0000 +++ b/Classes/Deplacement.cpp Thu Jun 06 14:22:58 2019 +0000 @@ -61,4 +61,9 @@ do updateCAN(this->peutBouger, this->pos); while(!this->peutBouger); +} + +bool Deplacement::immobile() +{ + return this->peutBouger; } \ No newline at end of file