1 Star 0 Fork 8

Anderson/vtor_elec_module

forked from vtor3478/vtor_elec_module 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vtor_string_player.h 978 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef __VTOR_STRING_PLAYER_H__
#define __VTOR_STRING_PLAYER_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "vtor_elec_module_config.h"
#ifdef __VTOR_STRING_PLAYER__
// 字符串简谱中,中音的偏移,
// 如果只有低音,那么 低音1为1,中音1为11,此数值应该为11-1=10
// 如果有低低音,那么低低音1为1,中音1为21,此数值应该为21-1=20
#define __VTOR_STRING_PLAYER_CONFIG_MIDDLE_OFFSET__ 10
typedef struct
{
const int8_t** list;
const int8_t** music;
const int8_t* charactor;
uint16_t freq;
uint16_t toneLen;
int8_t tone;
uint8_t presetToneLen;
}VtorStringPlayer;
void VtorStringPlayer_Init(void);
void VtorStringPlayer_Run(VtorStringPlayer* player);
void VtorStringPlayer_PlayFreq(VtorStringPlayer* player);
void VtorStringPlayer_SwitchMusic(VtorStringPlayer* player);
void VtorStringPlayer_SwitchMusicCallback(VtorStringPlayer* player);
#endif // __VTOR_STRING_PLAYER__
#ifdef __cplusplus
}
#endif
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Thomas_Ti/vtor_elec_module.git
git@gitee.com:Thomas_Ti/vtor_elec_module.git
Thomas_Ti
vtor_elec_module
vtor_elec_module
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385