Final Submission. I have read and agreed with Statement of Academic Integrity.

Dependencies:   mbed

Revision:
2:bb50c3a9a05c
Parent:
0:fde420d18f42
--- a/Spaceship.cpp	Fri May 22 10:13:44 2020 +0000
+++ b/Spaceship.cpp	Fri May 22 10:28:29 2020 +0000
@@ -162,6 +162,7 @@
         lcd.printString(g_buffer, 0, 4);
         sprintf(g_buffer, "%1.2f,%1.2f", pos_x, pos_y);
         lcd.printString(g_buffer, 0, 5);
+        printf("Enemy position: %3.1f,%3.1f\n", pos_x, pos_y);
     #endif
 }