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: main.cpp
- Revision:
- 4:13cc179c11c5
- Parent:
- 3:985fab783b92
- Child:
- 5:476696df08dd
diff -r 985fab783b92 -r 13cc179c11c5 main.cpp
--- a/main.cpp Fri Apr 12 13:56:13 2019 +0000
+++ b/main.cpp Fri Apr 12 14:00:51 2019 +0000
@@ -65,7 +65,16 @@
/*
const int space_ship[10][12]={
{0,0,0,0,0,0,0,1,0,0,0,0},
- {},
+ {0,0,0,0,0,0,0,1,0,0,0,0},
+ {0,0,0,0,0,0,0,1,0,0,0,0},
+ {0,0,0,0,0,0,0,1,0,0,0,0},
+ {0,0,0,0,0,0,0,1,0,0,0,0},
+ {0,0,0,0,0,0,0,1,0,0,0,0},
+ {0,0,0,0,0,0,0,1,0,0,0,0},
+ {0,0,0,0,0,0,0,1,0,0,0,0},
+ {0,0,0,0,0,0,0,1,0,0,0,0},
+ {0,0,0,0,0,0,0,1,0,0,0,0},
+
};
*/