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: car_controller.h
- Revision:
- 2:f10d6fecb345
diff -r 7a2d97a8800e -r f10d6fecb345 car_controller.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/car_controller.h Fri Dec 06 15:47:37 2019 +0000 @@ -0,0 +1,9 @@ +#ifndef _CC_H_ +#define _CC_H_ + +class Road; +#include "mqtt.h" + +int start_simulation(mqtt* mqtt_singleton); + +#endif \ No newline at end of file