function test USBMSD(as external strage for PC USB) and USBSerial. Switching between USBMSD and USBSerial(Not work simultaneously)

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

FatFs_Mon/mon.h

Committer:
kenjiArai
Date:
2020-04-30
Revision:
1:7a568319eeb7

File content as of revision 1:7a568319eeb7:

/*
 * mbed Application program for the mbed
 *  FatFs Check program /monitor part
 *
 * Copyright (c) 2015,'18,'19,'20 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:    April     29th, 2020
 */

//  Function prototypes --------------------------------------------------------
void mon(void);
uint32_t get_disk_freespace(void);
uint32_t get_data_file_size(const char *const file_name);