-
AMBE1000语音芯片操作代码
该代码为51单片机和语音芯片AMBE1000通讯的实例代码,完成了语音的转发和播放功能,语音数据并且可以通过RS232接口发送到电脑,予以查看
- 2022-12-08 13:35:03下载
- 积分:1
-
arm做的MP3播放器,自己公司开发的MP3播放器的源码.
arm做的MP3播放器,自己公司开发的MP3播放器的源码.-arm to do the MP3 player, the company developed its own MP3 player source.
- 2022-02-07 10:40:32下载
- 积分:1
-
stm32f10x_stdperiph_lib
ST公司STM32芯片软件库源代码。包括工程文件,软件库,各个外设例程-stm32f10x_stdperiph_lib
- 2023-02-07 01:15:05下载
- 积分:1
-
ARM cortex
ARM cortex-M3系列处理器的代码,包括同步串行接口SSI、系统节拍定时SysTick、系统控制SysCtl。(IAR环境工程)-ARM cortex-M3 family of processors code, including synchronous serial interface SSI, the system beat timing SysTick, system control SysCtl. (IAR Environmental Engineering)
- 2022-06-13 19:18:21下载
- 积分:1
-
北京微芯科技有限公司
北京微芯力科技有限公司4510开发板手册- Beijing micro core strength science and technology limited
company 4,510 developments boards handbook
- 2022-01-24 12:54:51下载
- 积分:1
-
This is the ARM processor S3C2410 on real
这是ARM处理器S3C2410对实时时钟编程的原代码-This is the ARM processor S3C2410 on real-time clock programming source code
- 2023-08-21 12:35:04下载
- 积分:1
-
Huazhong University of Science and Technology College of Optoelectronic Science...
华中科技大学光电子科学与工程学院本科光纤通信课程教学课件(双语教学)-Huazhong University of Science and Technology College of Optoelectronic Science and Engineering Undergraduate Teaching optical fiber communications software (bilingual education)
- 2022-04-10 23:01:56下载
- 积分:1
-
LED闪烁LPC2114
LED blink for lpc2114
- 2022-08-07 16:11:26下载
- 积分:1
-
TI DSP2812 can总线程序,可以用这个程序设计can总线收发数据,已经在自己的开发板上测试过,运行良好...
TI DSP2812 can总线程序,可以用这个程序设计can总线收发数据,已经在自己的开发板上测试过,运行良好-TI DSP2812 the can main line procedure, may use this programming can main line receiving and dispatching data, has already tested on own development board, the movement is good
- 2022-05-13 14:03:57下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1