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
MicroBitTest.h
00001 /** 00002 * MicroBit Test Harness Configuration... 00003 */ 00004 00005 #ifndef MICROBIT_TEST_H 00006 #define MICROBIT_TEST_H 00007 00008 // Main method test harnesses. Select only ONE of these!! 00009 00010 //#define MAIN_FIBER_TEST 00011 //#define MAIN_STRING_TEST 00012 //#define MAIN_FOTA_TEST 00013 #define MAIN_HELLOWORLD_TEST 00014 00015 #endif
Generated on Thu Jul 14 2022 13:31:29 by
