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 Servo ros_lib_kinetic
Diff: Motors/Motor.h
- Revision:
- 4:36a04230554d
- Parent:
- 3:df6160e2f6d9
- Child:
- 6:2cc2aac35868
--- a/Motors/Motor.h Thu Oct 24 14:37:51 2019 +0000 +++ b/Motors/Motor.h Thu Nov 07 15:31:52 2019 +0000 @@ -48,9 +48,12 @@ /*-------------------------------------------------------------------------------- -----------------------------------Functions--------------------------------------- --------------------------------------------------------------------------------*/ +void Check_for_obstacles(uint8_t TOFRange[4]); //Obstacle avoidance functionality /*-------------------------------------------------------------------------------- --------------------------------External Variables-------------------------------- --------------------------------------------------------------------------------*/ +//extern cMotor MotorL; //Left motor class and pin initialisation +//extern cMotor MotorR; //Right motor class and pin initialisation #endif \ No newline at end of file