frogger game revision

Dependencies:   4DGL-uLCD-SE MMA8452 SDFileSystem mbed wave_player

Dependents:   C_Assembly

Fork of ECE2035_FroggerGame_SUM2015 by ECE 2035

robot/robot.h

Committer:
ssong86
Date:
2016-02-01
Revision:
9:47f07aa85f1a
Parent:
0:7fe3c940e4b5

File content as of revision 9:47f07aa85f1a:

#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