项目作者: TobiasVanDyk

项目描述 :
2020: VS1053B Teensy36 Teensy41 SDCard Music Player
高级语言: C++
项目地址: git://github.com/TobiasVanDyk/VS1053B-Teensy36-Teensy41-SDCard-Music-Player.git
创建时间: 2020-11-13T11:55:59Z
项目社区:https://github.com/TobiasVanDyk/VS1053B-Teensy36-Teensy41-SDCard-Music-Player

开源协议:GNU General Public License v3.0

下载


VS1053B-Teensy3.6-Teensy4.1-SDCard-Music-Player







See the 2022 comment and solution for the problem mentioned next. For the Teensy 4.1 comment out the Status Register Save SREG section - else it cause an ‘SREG was not declared in this scope’ compiler error. In the newer (2021) version of the Adafruit VS1053 library this is not necessary - SREG is not referred to in Adafruit_VS1053.cpp. See https://forum.pjrc.com/threads/70704-VS1053-Adafruit-library-player_simple-example-doesn-t-compile-for-Teensy-4-1