Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed wave_player 4DGL-uLCD-SE MMA8452
Diff: globals.h
- Revision:
- 4:2297a714936f
- Parent:
- 0:35660d7952f7
- Child:
- 5:2fb023cdc666
diff -r e4690ad5a4d2 -r 2297a714936f globals.h --- a/globals.h Mon Oct 28 05:26:35 2019 +0000 +++ b/globals.h Tue Nov 19 16:53:47 2019 +0000 @@ -5,6 +5,14 @@ #ifndef GLOBAL_H #define GLOBAL_H +//MYCODE +#define NUMBUCKETS 75 +#define MAPWIDTH 75 +#define MAPHEIGHT 75 + +#define MAP2WIDTH 20 +#define MAP2HEIGHT 10 + // Include all the hardware libraries #include "mbed.h" #include "wave_player.h"