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.
Fork of HelloWorld by
My_settings.h@1:9e3293ab4ad9, 2017-10-11 (annotated)
- Committer:
- Pokitto
- Date:
- Wed Oct 11 22:51:50 2017 +0000
- Revision:
- 1:9e3293ab4ad9
- Child:
- 3:744b412057be
Initial Commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Pokitto | 1:9e3293ab4ad9 | 1 | /**************************************************************************/ |
| Pokitto | 1:9e3293ab4ad9 | 2 | /*! |
| Pokitto | 1:9e3293ab4ad9 | 3 | @file My_settings.h |
| Pokitto | 1:9e3293ab4ad9 | 4 | @author XX |
| Pokitto | 1:9e3293ab4ad9 | 5 | |
| Pokitto | 1:9e3293ab4ad9 | 6 | @section HOW TO USE My_settings |
| Pokitto | 1:9e3293ab4ad9 | 7 | |
| Pokitto | 1:9e3293ab4ad9 | 8 | My_settings can be used to set project settings inside the mbed online IDE |
| Pokitto | 1:9e3293ab4ad9 | 9 | */ |
| Pokitto | 1:9e3293ab4ad9 | 10 | /**************************************************************************/ |
| Pokitto | 1:9e3293ab4ad9 | 11 | |
| Pokitto | 1:9e3293ab4ad9 | 12 | #ifndef MY_SETTINGS_H |
| Pokitto | 1:9e3293ab4ad9 | 13 | #define MY_SETTINGS_H |
| Pokitto | 1:9e3293ab4ad9 | 14 | |
| Pokitto | 1:9e3293ab4ad9 | 15 | #define PROJ_HIRES 0 //1 = high resolution (220x176) , 0 = low resolution fast mode (110x88) |
| Pokitto | 1:9e3293ab4ad9 | 16 | #define PROJ_ENABLE_SOUND 1 // 0 = all sound functions disabled |
| Pokitto | 1:9e3293ab4ad9 | 17 | #define PROJ_STREAMING_MUSIC 1 |
| Pokitto | 1:9e3293ab4ad9 | 18 | |
| Pokitto | 1:9e3293ab4ad9 | 19 | #endif |
