Test the Synth sound functions of Pokitto

Dependencies:   PokittoLib

SynthTest - Pokitto synth demo

To test this program, simply press "Import into Compiler" button on the right!

/media/uploads/Pokitto/synthtest.jpg

My_settings.h

Committer:
Pokitto
Date:
2018-01-30
Revision:
2:91c41852a646
Parent:
0:e0bd5da25882

File content as of revision 2:91c41852a646:

/**************************************************************************/
/*!
    @file     My_settings.h
    @author   XX
 
    @section HOW TO USE My_settings
 
   My_settings can be used to set project settings inside the mbed online IDE
*/
/**************************************************************************/
 
#ifndef MY_SETTINGS_H
#define MY_SETTINGS_H
 
#define PROJ_HIRES 0            //1 = high resolution (220x176) , 0 = low resolution fast mode (110x88)
#define PROJ_ENABLE_SOUND 1     // 0 = all sound functions disabled
#define PROJ_ENABLE_SYNTH 1
 
#endif