Mohsin Riaz / Mbed 2 deprecated Pong-MiP

Dependencies:   mbed tsi_sensor

Committer:
immou
Date:
Sun May 17 02:06:13 2020 +0000
Revision:
1:2c86b5fb793a
MVP finished

Who changed what in which revision?

UserRevisionLine numberNew contents of line
immou 1:2c86b5fb793a 1 #ifndef GLOBAL_H_
immou 1:2c86b5fb793a 2 #define GLOBAL_H_
immou 1:2c86b5fb793a 3
immou 1:2c86b5fb793a 4 // size of the map
immou 1:2c86b5fb793a 5 const int MAP_WIDTH = 800;
immou 1:2c86b5fb793a 6 const int MAP_HEIGHT = 500;
immou 1:2c86b5fb793a 7
immou 1:2c86b5fb793a 8 #endif