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: mbed
Diff: alien/alien.cpp
- Revision:
- 10:13e6996223d5
- Child:
- 11:df8ce6637022
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/alien/alien.cpp Sun Apr 14 16:59:28 2019 +0000
@@ -0,0 +1,17 @@
+#include "alien.h"
+
+
+alien::alien()
+{
+
+}
+
+alien::~alien()
+{
+
+}
+
+void alien::init(int size,int speed)
+{
+
+ _size = size;
\ No newline at end of file