Revenge of the Mouse

Dependencies:   4DGL-uLCD-SE EthernetInterface Game_Synchronizer LCD_fonts MMA8452 SDFileSystem mbed-rtos mbed wave_player

Fork of 2035_Tanks_Shell by ECE2035 Spring 2015 TA

Files at this revision

API Documentation at this revision

Comitter:
jford38
Date:
Fri Oct 30 09:07:49 2015 +0000
Parent:
24:2100c9e8ec81
Child:
26:317310d660b2
Commit message:
barrel_end doesn't return the barrel coords. It sets them.

Changed in this revision

Tank/tank.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Tank/tank.cpp	Fri Oct 30 09:01:48 2015 +0000
+++ b/Tank/tank.cpp	Fri Oct 30 09:07:49 2015 +0000
@@ -40,7 +40,7 @@
 }
 
 void Tank::barrel_end(int* bx, int* by) {
-    // Return the x and y coords of the end of the barrel.
+    // Set the x and y coords of the end of the barrel.
     // *bx = ???
     // *by = ???
 }