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: 4DGL-uLCD-SE PinDetect mbed
Diff: Asteroid3.h
- Revision:
- 0:1305fa20a8db
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Asteroid3.h Wed Nov 08 20:25:03 2017 +0000
@@ -0,0 +1,6 @@
+#include "AbstractAsteroid.h"
+
+class Asteroid3 : public AbstractAsteroid {
+ public:
+ Asteroid3();
+};
\ No newline at end of file