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
- Committer:
- finneyj
- Date:
- 2015-05-01
- Revision:
- 3:876b7e7de363
- Child:
- 4:f998ee705a20
File content as of revision 3:876b7e7de363:
/** * 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