SD-Card Control Program / Using Micro-SD / based on SDCardTest Program (http://mbed.org/users/simon/programs/SDCardTest/gpdz4x/)
Dependencies: mbed SDFileSystem
Please refer following my Notebook page.
/users/kenjiArai/notebook/sd-card-control-new/#
check_revision.cpp
- Committer:
- kenjiArai
- Date:
- 2019-08-17
- Revision:
- 4:fc36c8ec2966
- Child:
- 7:4467fbfa888b
File content as of revision 4:fc36c8ec2966:
/* * 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: July 17th, 2019 * Revised: August 17th, 2019 */ #include "mbed.h" // RUN ONLY ON mbed 2.0.165 #if (MBED_MAJOR_VERSION == 2) &&\ (MBED_MINOR_VERSION == 0) &&\ (MBED_PATCH_VERSION == 165) #else //#warning "Please use mbed 2.0.165" #error "Please use mbed 2.0.165" #endif