“开源音乐播放器/zh”的版本间的差异
(→代码说明) |
(→程序下载) |
||
第57行: | 第57行: | ||
==程序下载== | ==程序下载== | ||
− | + | *音乐播放器代码Github:[https://github.com/Microduino/Simple_player_V2 Simple_Player_v2] | |
− | 音乐播放器代码Github:[https://github.com/Microduino/Simple_player_V2 Simple_Player_v2] | ||
==程序烧写== | ==程序烧写== |
2016年3月18日 (五) 06:33的版本
概述
材料清单
【图片需要更新,Core/Core+,排版】 程序下载
程序烧写
存储音频
搭建步骤
操作说明播放器供电
播放器使用
代码说明
#define PUSH_BUTTON 50
#define LEFT_BUTTON 100
#define RIGHT_BUTTON 200
原因:“userDef.h”中拨轮开关阈值设定不合理。
请在“userDef.h”中更改阈值设定到拨轮的实际使用值 视频 |