Raytracing demonstration for Pokitto

Dependencies:   PokittoLib

Committer:
Pokitto
Date:
Wed May 02 06:52:50 2018 +0000
Revision:
3:c5e3a23c9ff3
Parent:
0:398e251490fd
New pokittolib with improved volume controls & better button handling

Who changed what in which revision?

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