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
Diff: lib/Ball.h
- Revision:
- 6:40ef2030334c
- Parent:
- 1:2ae7a8b01771
- Child:
- 7:559edc36f261
--- a/lib/Ball.h Fri Mar 26 15:21:07 2021 +0000 +++ b/lib/Ball.h Thu Apr 22 10:52:37 2021 +0000 @@ -0,0 +1,7 @@ +#ifndef BALL_H +#define BALL_H + +#include "mbed.h" +#include "Utils.h" +#include "N5110.h" +#include "Vector.h"