• 大小: 348KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: 其他
  • 标签: arduino  mp3模块  

资源简介

简单的arduino音乐播放器开发模块 只需要 开发板 外接喇叭 SD

资源截图

代码片段和文件信息

#include 
#include 
#include “pins_arduino.h“
#include 
#include “sd_l0.h“

uint8_t SD_L0_CSPin;

/**
 * Setup pins and SPI for operation with sd-card.
 *
 * Pin settings:
 * - Set all pins for proper operation
 * - power up card if needed
 *
 * SPI configuration: 
 * - enable uC for SPI master
 * - typical no interrupts are used for SPI
 * - data order: MSB is transmitted first
 * - clock polarity: CLK is low when idle
 * - clock phase: 1-0 > Sample 0-1 > Setup
 * - clock frequency: less than 400kHz 
 *   (will be switched to higher value after initialization)
 *
 */
void SD_L0_Init(void)
{
/* Power up card */
// not for arduino

/* Setup ports */
   pinMode(SD_L0_CSPin OUTPUT);
   SD_L0_SetCSHigh();
   
   // pinMode(

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1713  2012-07-03 01:49  SimpleSDAudio\examples\BareMinimum\BareMinimum.ino

     文件       2470  2012-07-03 01:50  SimpleSDAudio\examples\BareMinimumWithDebug\BareMinimumWithDebug.ino

     文件     843571  2012-07-03 01:47  SimpleSDAudio\examples\EXAMPLE.AFM

     文件       5005  2012-07-03 01:51  SimpleSDAudio\examples\MostFunctionDemo\MostFunctionDemo.ino

     文件       7739  2012-07-03 01:51  SimpleSDAudio\examples\SSDAWebServer\SSDAWebServer.ino

     文件        945  2012-06-30 14:04  SimpleSDAudio\keywords.txt

     文件        380  2012-10-23 20:43  SimpleSDAudio\patches\Readme timer2 patch.txt

     文件      11178  2012-10-22 23:22  SimpleSDAudio\patches\wiring.c

     文件       4058  2012-07-12 22:38  SimpleSDAudio\sd_l0.cpp

     文件       2712  2012-06-24 23:06  SimpleSDAudio\sd_l0.h

     文件      17005  2012-06-19 23:03  SimpleSDAudio\sd_l1.cpp

     文件       3858  2012-06-19 22:54  SimpleSDAudio\sd_l1.h

     文件      16198  2012-07-01 17:02  SimpleSDAudio\sd_l2.cpp

     文件       2741  2012-06-23 15:33  SimpleSDAudio\sd_l2.h

     文件      10467  2012-10-23 19:02  SimpleSDAudio\SimpleSDAudio.cpp

     文件       7949  2012-10-23 18:58  SimpleSDAudio\SimpleSDAudio.h

     文件       3853  2012-09-17 22:09  SimpleSDAudio\SimpleSDAudioAsm.S

     文件       9155  2012-10-23 20:42  SimpleSDAudio\SimpleSDAudioDefs.h

     目录          0  2012-06-24 17:38  SimpleSDAudio\examples\BareMinimum

     目录          0  2012-06-30 13:56  SimpleSDAudio\examples\BareMinimumWithDebug

     目录          0  2012-06-29 23:59  SimpleSDAudio\examples\MostFunctionDemo

     目录          0  2012-07-01 19:48  SimpleSDAudio\examples\SSDAWebServer

     目录          0  2012-07-03 01:48  SimpleSDAudio\examples

     目录          0  2012-10-22 23:22  SimpleSDAudio\patches

     目录          0  2012-11-25 17:01  SimpleSDAudio

----------- ---------  ---------- -----  ----

               950997                    25


评论

共有 条评论