microSD Card control function for DISCO-F469NI based on BD_SD_DISCO_F746NG library by Roy Krikke
Dependencies: BSP_DISCO_F469NI_modified BD_SD_DISCO_F469NI
Fork of DISCO-F769NI_BD_SD_Card_Control by
Please refer following my Notebook page.
/users/kenjiArai/notebook/sd-card-control-new/
Diff: FatFs_Mon/mon.cpp
- Revision:
- 10:b5665028f662
- Parent:
- 9:b819be925e97
- Child:
- 11:a13b9833d5f4
--- a/FatFs_Mon/mon.cpp Fri Dec 27 02:59:09 2019 +0000 +++ b/FatFs_Mon/mon.cpp Sat May 02 03:44:38 2020 +0000 @@ -2,13 +2,13 @@ * mbed Application program for the mbed * FatFs Check program / monitor part * - * Copyright (c) 2015,'18,'19 Kenji Arai / JH1PJL - * http://www.page.sannet.ne.jp/kenjia/index.html + * Copyright (c) 2015,'18,'19,'20 Kenji Arai / JH1PJL + * http://www7b.biglobe.ne.jp/~kenjia/ * https://os.mbed.com/users/kenjiArai/ * Created: May 5th, 2015 * Revised: June 14th, 2015 * Revised: April 7th, 2018 - * Revised: December 24th, 2019 + * Revised: May 2nd, 2020 */ /* @@ -119,7 +119,7 @@ "x extend commands mode\r\n" "q Return to main\r\n" "t Show current time or Adjust time\r\n" - " e.g. t 19 12 24 10 11 12 -> 2019-12-24 10:11:12\r\n" + " e.g. t 20 5 2 10 11 12 -> May 02,'20, 10:11:12\r\n" "? Help/You know the command\r\n" "\r\n";