Puzzle game

Dependencies:   PokittoLib mbed-src

Committer:
spinal
Date:
Wed Oct 18 14:48:38 2017 +0000
Revision:
2:ab85f5ea1be6
Parent:
0:3c929189abce
trying to compile online

Who changed what in which revision?

UserRevisionLine numberNew contents of line
spinal 0:3c929189abce 1 /* This is an example of how to set your own project settings
spinal 0:3c929189abce 2
spinal 0:3c929189abce 3 To use
spinal 0:3c929189abce 4
spinal 0:3c929189abce 5 1. make a copy of this file by pressing right mouse button on top of this file
spinal 0:3c929189abce 6 in the mbed online compiler, then choose "Clone"
spinal 0:3c929189abce 7
spinal 0:3c929189abce 8 2. See that the copy is in the root of the project (where your main cpp files are), not inside the PokittoLib folder
spinal 0:3c929189abce 9 Drag & drop to move if needed
spinal 0:3c929189abce 10
spinal 0:3c929189abce 11 3. rename the clone to "My_settings.h"
spinal 0:3c929189abce 12
spinal 0:3c929189abce 13 */
spinal 0:3c929189abce 14
spinal 0:3c929189abce 15 #define PROJ_HIRES 1
spinal 0:3c929189abce 16 #define PROJ_ENABLE_SOUND 1
spinal 0:3c929189abce 17 #define PROJ_STREAMING_MUSIC 1