Several examples run on only mbed-os5.13.0 (not 5.14.0)

Dependencies:   BD_SD_DISCO_F769NI BSP_DISCO_F769NI LCD_DISCO_F769NI TS_DISCO_F769NI USBHost_F769NI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers mon.h Source File

mon.h

00001 /*
00002  * mbed Application program for the mbed
00003  *  FatFs Check program /monitor part
00004  *
00005  * Copyright (c) 2015,'18 Kenji Arai / JH1PJL
00006  *  http://www.page.sannet.ne.jp/kenjia/index.html
00007  *  https://os.mbed.com/users/kenjiArai/
00008  *      Created:    May        5th, 2015
00009  *      Revised:    June      14th, 2015
00010  *      Revised:    April      7th, 2018
00011  */
00012 
00013 //  Function prototypes --------------------------------------------------------
00014 void mon(void);
00015 uint32_t get_disk_freespace(void);