Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: PokittoLib
My_settings.h
00001 /**************************************************************************/ 00002 /*! 00003 @file My_settings.h 00004 @author XX 00005 00006 @section HOW TO USE My_settings 00007 00008 My_settings can be used to set project settings inside the mbed online IDE 00009 */ 00010 /**************************************************************************/ 00011 00012 #ifndef MY_SETTINGS_H 00013 #define MY_SETTINGS_H 00014 00015 #define PROJ_HIRES 0 //1 = high resolution (220x176) , 0 = low resolution fast mode (110x88) 00016 #define PROJ_ENABLE_SOUND 1 // 0 = all sound functions disabled 00017 00018 #endif 00019
Generated on Thu Jul 14 2022 23:55:06 by
