Single player circular pong concept demo.
Dependencies: PokittoLib cPong
My_settings.h@2:2ebdc6869c8f, 2017-11-28 (annotated)
- Committer:
- trelemar
- Date:
- Tue Nov 28 23:39:17 2017 +0000
- Revision:
- 2:2ebdc6869c8f
fix
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
trelemar | 2:2ebdc6869c8f | 1 | /* This is an example of how to set your own project settings |
trelemar | 2:2ebdc6869c8f | 2 | |
trelemar | 2:2ebdc6869c8f | 3 | To use |
trelemar | 2:2ebdc6869c8f | 4 | |
trelemar | 2:2ebdc6869c8f | 5 | 1. make a copy of this file by pressing right mouse button on top of this file |
trelemar | 2:2ebdc6869c8f | 6 | in the mbed online compiler, then choose "Clone" |
trelemar | 2:2ebdc6869c8f | 7 | |
trelemar | 2:2ebdc6869c8f | 8 | 2. See that the copy is in the root of the project (where your main cpp files are), not inside the PokittoLib folder |
trelemar | 2:2ebdc6869c8f | 9 | Drag & drop to move if needed |
trelemar | 2:2ebdc6869c8f | 10 | |
trelemar | 2:2ebdc6869c8f | 11 | 3. rename the clone to "My_settings.h" |
trelemar | 2:2ebdc6869c8f | 12 | |
trelemar | 2:2ebdc6869c8f | 13 | */ |
trelemar | 2:2ebdc6869c8f | 14 | |
trelemar | 2:2ebdc6869c8f | 15 | #define PROJ_HIRES 1 |
trelemar | 2:2ebdc6869c8f | 16 | #define PROJ_ENABLE_SOUND 0 |