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: ELEC2645_JoystickLCD_LPC1768_2021
lib/Road.h
- Committer:
- alex_20
- Date:
- 2021-03-17
- Revision:
- 1:2ae7a8b01771
- Child:
- 2:18fd28044860
File content as of revision 1:2ae7a8b01771:
#ifndef ROAD_H #define ROAD_H #include "mbed.h" /*#include "N5110.h" #include "GameEngine.h" #include "Utils.h" class Road { public: Road(); void draw(N5110 &lcd); int set_inclination(int); bool set_warning(); Position2D set_warm_position(int); int set_direction(int); private: int _inclination; bool _warn; int _warn_position; int _direction; }; #endif */