• 大小: 2KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-04
  • 语言: 其他
  • 标签: AP89170  

资源简介

AP89170的SPI方式 每次播放一段语音

资源截图

代码片段和文件信息

/***************************************************************************
原创  Trun.T---- Ap89170+stm32F103

    语音芯片

***************************************************************************/
//#include “stm32f10x.h“
#include 
#include “Ap89170.h“
#include “delay.h“

#define DL 100
#define DL_CS 100

void Delay(unsigned int nCount)
{
  /* Decrement nCount value */
  while (nCount != 0)
  {
    nCount--;
  }
}


/************************AP89170  端口初始化函数*********************/
void init_AP89170(void) //初始化语音芯片
{
    GPIO_InitTypeDef GPIO_InitStructure;

/* 打开GPIOF的时钟 */
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB ENABLE);


GPIO_SetBits(GPIOB  GPIO_Pin_12 | GPIO_Pin_13 | GPIO_Pin_15 );
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_12 | GPIO_Pin

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1312  2017-04-30 09:25  AP89170.h
     文件        3157  2017-05-10 11:27  AP89170.c

评论

共有 条评论

相关资源