ECE 2035 Summer 2015

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

Dependents:   RoboFrogTemplate

Fork of ECE2035_FroggerGame_SUM1025 by Le Tran

robot/robot.h

Committer:
ece2035ta
Date:
2015-07-08
Revision:
8:1b6fc10c5cea
Parent:
0:7fe3c940e4b5

File content as of revision 8:1b6fc10c5cea:

#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