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.
Dependencies: VL53L0X_simple TextLCD
check_revision.cpp
- Committer:
- kenjiArai
- Date:
- 2020-02-24
- Revision:
- 3:1be17b18b200
File content as of revision 3:1be17b18b200:
/* * Check Mbed revision * * Copyright (c) 2019,'20 Kenji Arai / JH1PJL * http://www7b.biglobe.ne.jp/~kenjia/ * https://os.mbed.com/users/kenjiArai/ * Created: July 17th, 2019 * Revised: Feburary 24th, 2020 */ #include "mbed.h" // RUN ONLY ON mbed-os5.15.1 // https://github.com/ARMmbed/mbed-os/releases/tag/mbed-os-5.15.1 #if (MBED_MAJOR_VERSION == 5) &&\ (MBED_MINOR_VERSION == 15) &&\ (MBED_PATCH_VERSION == 1) #else //#warning "Please use Mbed-os5.15.1" #error "Please use Mbed-os5.15.1" #endif