USB Memory control program using USBHost library

Dependencies:   USBHOST

see /users/kenjiArai/notebook/usb-interface--usbhost-and-usbdevice/

Revision:
0:a1ca40de3f45
diff -r 000000000000 -r a1ca40de3f45 FatFs_Mon/mon.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FatFs_Mon/mon.h	Sat Jan 04 23:51:21 2020 +0000
@@ -0,0 +1,16 @@
+/*
+ * 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
+ *  https://os.mbed.com/users/kenjiArai/
+ *      Created:    May        5th, 2015
+ *      Revised:    June      14th, 2015
+ *      Revised:    December  24th, 2019
+ */
+
+//  Function prototypes --------------------------------------------------------
+void mon(void);
+uint32_t get_disk_freespace(void);
+uint32_t get_data_file_size(const char *const file_name);