SD card player with variable cotoff frequency lowpass and highpass IIR filter. SD カードの *.wav ファイルのオーディオ信号を,遮断周波数可変 IIR 低域通過および高域通過フィルタを通して,ボードに搭載されているCODEC で出力する.このプログラムについては,CQ出版社インターフェース誌 2018年8月号で解説している.

Dependencies:   F746_GUI F746_SAI_IO FrequencyResponseDrawer SD_PlayerSkeleton

Embed: (wiki syntax)

« Back to documentation index

ticker_data_t Struct Reference

ticker_data_t Struct Reference

Tickers data structure. More...

#include <ticker_api.h>

Data Fields

const ticker_interface_tinterface
 Ticker's interface.
ticker_event_queue_tqueue
 Ticker's events queue.

Detailed Description

Tickers data structure.

Definition at line 52 of file ticker_api.h.


Field Documentation

Ticker's interface.

Definition at line 53 of file ticker_api.h.

Ticker's events queue.

Definition at line 54 of file ticker_api.h.