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: Ball/Ball.h
- Revision:
- 17:68d4b4095d80
- Parent:
- 16:d120927b70ef
- Child:
- 20:041affa5e242
diff -r d120927b70ef -r 68d4b4095d80 Ball/Ball.h
--- a/Ball/Ball.h Tue May 08 10:36:21 2018 +0000
+++ b/Ball/Ball.h Tue May 08 10:45:01 2018 +0000
@@ -0,0 +1,18 @@
+#ifndef BALL_H
+#define BALL_H
+
+#include "mbed.h"
+#include "N5110.h"
+#include "Gamepad.h"
+
+class Ball
+{
+public:
+
+ Ball();
+ ~Ball();
+
+private:
+
+};
+#endif
\ No newline at end of file