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 MicroBitDALImageRewrite by
inc/MicroBitTest.h@4:f998ee705a20, 2015-05-15 (annotated)
- Committer:
- finneyj
- Date:
- Fri May 15 22:23:17 2015 +0000
- Revision:
- 4:f998ee705a20
- Parent:
- 3:876b7e7de363
SB2 support and minor bugfixes
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
finneyj | 3:876b7e7de363 | 1 | /** |
finneyj | 3:876b7e7de363 | 2 | * MicroBit Test Harness Configuration... |
finneyj | 3:876b7e7de363 | 3 | */ |
finneyj | 3:876b7e7de363 | 4 | |
finneyj | 3:876b7e7de363 | 5 | #ifndef MICROBIT_TEST_H |
finneyj | 3:876b7e7de363 | 6 | #define MICROBIT_TEST_H |
finneyj | 3:876b7e7de363 | 7 | |
finneyj | 3:876b7e7de363 | 8 | // Main method test harnesses. Select only ONE of these!! |
finneyj | 3:876b7e7de363 | 9 | |
finneyj | 3:876b7e7de363 | 10 | //#define MAIN_FIBER_TEST |
finneyj | 4:f998ee705a20 | 11 | //#define MAIN_STRING_TEST |
finneyj | 4:f998ee705a20 | 12 | //#define MAIN_FOTA_TEST |
finneyj | 4:f998ee705a20 | 13 | #define MAIN_HELLOWORLD_TEST |
finneyj | 3:876b7e7de363 | 14 | |
finneyj | 3:876b7e7de363 | 15 | #endif |