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 menuSystemMbed by
menuIDs.h@2:5c4911aba273, 2013-02-28 (annotated)
- Committer:
- mbedDevLondon
- Date:
- Thu Feb 28 03:33:50 2013 +0000
- Revision:
- 2:5c4911aba273
- Parent:
- 0:a5ece7312edc
formatting in menuIDs.h
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbedDevLondon | 2:5c4911aba273 | 1 | #ifndef __menuSystem__MenuIDs__ |
mbedDevLondon | 2:5c4911aba273 | 2 | #define __menuSystem__MenuIDs__ |
mbedDevLondon | 0:a5ece7312edc | 3 | |
mbedDevLondon | 0:a5ece7312edc | 4 | #define UNASSIGNED 99 |
mbedDevLondon | 0:a5ece7312edc | 5 | |
mbedDevLondon | 0:a5ece7312edc | 6 | //PAGE IDs |
mbedDevLondon | 2:5c4911aba273 | 7 | #define HOME 0 |
mbedDevLondon | 2:5c4911aba273 | 8 | #define RECORDSET 1 |
mbedDevLondon | 2:5c4911aba273 | 9 | #define OUTPUT 2 |
mbedDevLondon | 2:5c4911aba273 | 10 | #define INPUT 3 |
mbedDevLondon | 2:5c4911aba273 | 11 | #define FILTER 4 |
mbedDevLondon | 2:5c4911aba273 | 12 | #define SAMPRATE 5 |
mbedDevLondon | 2:5c4911aba273 | 13 | #define AGC 6 |
mbedDevLondon | 2:5c4911aba273 | 14 | #define PLAYBACK 7 |
mbedDevLondon | 2:5c4911aba273 | 15 | #define PLAY 8 |
mbedDevLondon | 2:5c4911aba273 | 16 | #define DELETESCR 9 |
mbedDevLondon | 2:5c4911aba273 | 17 | #define SCREENSET 10 |
mbedDevLondon | 2:5c4911aba273 | 18 | #define CONTRAST 11 |
mbedDevLondon | 0:a5ece7312edc | 19 | |
mbedDevLondon | 0:a5ece7312edc | 20 | |
mbedDevLondon | 0:a5ece7312edc | 21 | //RECORD SETTINGS MENU IDs |
mbedDevLondon | 2:5c4911aba273 | 22 | #define RECSETOFFSET 100 |
mbedDevLondon | 2:5c4911aba273 | 23 | #define RECSETOUT 102 |
mbedDevLondon | 2:5c4911aba273 | 24 | #define RECSETIN 103 |
mbedDevLondon | 2:5c4911aba273 | 25 | #define RECSETFILTERS 104 |
mbedDevLondon | 2:5c4911aba273 | 26 | #define RECSETSAMPFRQ 105 |
mbedDevLondon | 2:5c4911aba273 | 27 | #define RECSETAGC 106 |
mbedDevLondon | 0:a5ece7312edc | 28 | |
mbedDevLondon | 0:a5ece7312edc | 29 | //OUTPUT MENU IDs |
mbedDevLondon | 0:a5ece7312edc | 30 | |
mbedDevLondon | 2:5c4911aba273 | 31 | #define LINE 201 |
mbedDevLondon | 2:5c4911aba273 | 32 | #define HEADPHONES 202 |
mbedDevLondon | 2:5c4911aba273 | 33 | #define SPEAKERS 203 |
mbedDevLondon | 0:a5ece7312edc | 34 | |
mbedDevLondon | 0:a5ece7312edc | 35 | |
mbedDevLondon | 0:a5ece7312edc | 36 | //INPUT MENU IDs |
mbedDevLondon | 2:5c4911aba273 | 37 | #define INPUTOFFSET 300 |
mbedDevLondon | 2:5c4911aba273 | 38 | #define INMIC 301 |
mbedDevLondon | 2:5c4911aba273 | 39 | #define INLINE 302 |
mbedDevLondon | 0:a5ece7312edc | 40 | |
mbedDevLondon | 0:a5ece7312edc | 41 | //FILTER MENU IDs |
mbedDevLondon | 2:5c4911aba273 | 42 | #define FILTEROFFSET 400 |
mbedDevLondon | 2:5c4911aba273 | 43 | #define FILTER1 401 |
mbedDevLondon | 2:5c4911aba273 | 44 | #define FILTER2 402 |
mbedDevLondon | 2:5c4911aba273 | 45 | #define FILTER3 403 |
mbedDevLondon | 2:5c4911aba273 | 46 | #define FILTERNONE 404 |
mbedDevLondon | 0:a5ece7312edc | 47 | |
mbedDevLondon | 0:a5ece7312edc | 48 | |
mbedDevLondon | 0:a5ece7312edc | 49 | |
mbedDevLondon | 0:a5ece7312edc | 50 | |
mbedDevLondon | 0:a5ece7312edc | 51 | |
mbedDevLondon | 0:a5ece7312edc | 52 | #endif |