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
Diff: inc/MicroBitTest.h
- Revision:
- 3:876b7e7de363
- Child:
- 4:f998ee705a20
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inc/MicroBitTest.h Fri May 01 12:45:05 2015 +0000 @@ -0,0 +1,13 @@ +/** + * MicroBit Test Harness Configuration... + */ + +#ifndef MICROBIT_TEST_H +#define MICROBIT_TEST_H + +// Main method test harnesses. Select only ONE of these!! + +//#define MAIN_FIBER_TEST +#define MAIN_STRING_TEST + +#endif