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:
- 6:2cc2aac35868
- Parent:
- 4:36a04230554d
- Child:
- 7:8248af58df5a
diff -r bc5081f0c063 -r 2cc2aac35868 Motors/Motor.h --- a/Motors/Motor.h Tue Nov 12 10:36:59 2019 +0000 +++ b/Motors/Motor.h Tue Nov 12 12:56:02 2019 +0000 @@ -6,6 +6,8 @@ #define MOTOR_H #include "mbed.h" +#include "Buzzer.h" +#include "LED.h" /*-------------------------------------------------------------------------------- ---------------------------------DEFINES------------------------------------------