Test program for UART MP3 Voice Module with 8MB Flash Memory / DFR0534

Dependencies:   MP3_DFR0534

see /users/kenjiArai/notebook/mp3--voice-module-dfr0534/

Revision:
0:27b9f229cbaf
diff -r 000000000000 -r 27b9f229cbaf check_revision.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/check_revision.cpp	Sun Dec 29 04:13:19 2019 +0000
@@ -0,0 +1,20 @@
+/*
+ * Check Mbed revision
+ *
+ * Copyright (c) 2019 Kenji Arai / JH1PJL
+ *  http://www.page.sannet.ne.jp/kenjia/index.html
+ *  https://os.mbed.com/users/kenjiArai/
+ *      Created:    December  24th, 2019
+ */
+
+#include "mbed.h"
+
+//    RUN ONLY ON mbed-os5.15.0
+//      https://github.com/ARMmbed/mbed-os/releases/tag/mbed-os-5.15.0
+#if (MBED_MAJOR_VERSION == 5) &&\
+    (MBED_MINOR_VERSION == 15) &&\
+    (MBED_PATCH_VERSION == 0)
+#else
+    //#warning "Please use Mbed-os5.15.0"
+    #error "Please use Mbed-os5.15.0"
+#endif
\ No newline at end of file