pocket tanks
Dependencies: 4DGL-uLCD-SE pockettanks SDFileSystem mbed wave_player
Fork of ECE2035_FroggerGame_SUM1025 by
Diff: robot/robot.h
- Revision:
- 0:7fe3c940e4b5
- Child:
- 1:172fbc00199c
diff -r 000000000000 -r 7fe3c940e4b5 robot/robot.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/robot/robot.h Thu Jun 25 14:35:52 2015 +0000 @@ -0,0 +1,10 @@ +#ifndef ROBOT_H +#define ROBOT_H + +#define ROBOT_COLOR 0xFFFFFF + +void robot_init(int grid_x, int grid_y); +void robot_draw(int grid_x, int grid_y); +void robot_clear(int grid_x, int grid_y); + +#endif \ No newline at end of file