Recording WAV files

Dependencies:   mbed SDFileSystem

FatFs_Mon/mon.h

Committer:
kenjiArai
Date:
2020-05-02
Revision:
7:4467fbfa888b
Parent:
5:e222c59853e2

File content as of revision 7:4467fbfa888b:

/*
 * mbed Application program for the mbed
 *  FatFs Check program /monitor part
 *
 * 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:    May        2nd, 2020
 */

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