Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

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);