HeiMaailma on ensimmäinen ja yksinkertaisin Pokitto -ohjelman esimerkki. Se kirjoittaa tekstin Pokitton ruudulle.

Dependencies:   PokittoLib

Fork of HeiMaailma by PokittoLuokka

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers My_settings.h Source File

My_settings.h

00001 /* This is an example of how to set your own project settings 
00002 
00003 To use
00004 
00005 1. make a copy of this file by pressing right mouse button on top of this file 
00006 in the mbed online compiler, then choose "Clone"
00007 
00008 2. See that the copy is in the root of the project (where your main cpp files are), not inside the PokittoLib folder
00009 Drag & drop to move if needed
00010 
00011 3. rename the clone to "My_settings.h"
00012 
00013 */
00014 
00015 #define PROJ_HIRES 0
00016 #define PROJ_ENABLE_SOUND 0