Skip to content

File CopyingWavs.cpp

FileList > CopyingWavs > CopyingWavs.cpp

Go to the source code of this file

  • #include "daisy_seed.h"

Public Attributes

Type Name
uint8_t data_buffer
FIL file
FatFSInterface fsi
DaisySeed hw
SdmmcHandler sd

Public Functions

Type Name
void copy_wav (const char * filename)
int main (void)

Macros

Type Name
define DATA_BUFFER_LEN 4096
define FILE_NAME "my\_wav.wav"
define QSPI_LEN 0x00800000U
define SECTOR_SIZE 65536

Public Attributes Documentation

variable data_buffer

uint8_t data_buffer[4096];

variable file

FIL file;

variable fsi

FatFSInterface fsi;

variable hw

DaisySeed hw;

variable sd

SdmmcHandler sd;

Public Functions Documentation

function copy_wav

void copy_wav (
    const char * filename
) 

function main

int main (
    void
) 

Macro Definition Documentation

define DATA_BUFFER_LEN

#define DATA_BUFFER_LEN `4096`

define FILE_NAME

#define FILE_NAME `"my_wav.wav"`

define QSPI_LEN

#define QSPI_LEN `0x00800000U`

define SECTOR_SIZE

#define SECTOR_SIZE `65536`


The documentation for this class was generated from the following file external-docs/libDaisy/examples/CopyingWavs/CopyingWavs.cpp