-
MSP430以软件IIC方式读写HMC5883
**********************************************************************
初始化 IIC
**********************************************************************/
void InitIIC()
{
IIC_DIR |= IIC_SCL; //SCL 管脚为输出
IIC_DIR &= ~IIC_SDA; //SDA 管脚为输入
C_SCL;
Stop();
}
/****************************
- 2022-03-25 00:49:26下载
- 积分:1
-
Minios153 的源代码
Minios153 的源代码-Minios153 source code
- 2023-05-06 19:40:03下载
- 积分:1
-
Meritorious service with the LPC2131 weeks to achieve the basic display LCD12232...
用周立功的LPC2131实现的LCD12232的基本显示功能,包含有PROTEUS连接图,绝对经典-Meritorious service with the LPC2131 weeks to achieve the basic display LCD12232, contains PROTEUS connection graph, absolute classic
- 2022-02-10 00:40:12下载
- 积分:1
-
Cirrus Logic公司的EP7312的定时器T1的使用源码,ADS编写
Cirrus Logic公司的EP7312的定时器T1的使用源码,ADS编写
-Cirrus Logic"s EP7312 the timer T1 use FOSS, prepared ADS
- 2022-05-26 12:49:48下载
- 积分:1
-
DSP基于Lwip的UDP通信
基于Lwip的TCP/IP网络协议栈的网络通信,采用UDP服务器模式Socket接口实现UDP的自收发实验,处理器采用TI公司的DSP2812,32浮点处理,可以供开发人员参考,并且方便移植到其他的嵌入式处理平台,程序结构简单,注释详细。
- 2022-04-09 06:41:37下载
- 积分:1
-
SPI中断传输
应用背景用于FPGA的学习与下位机通信,通信方式采用SPI关键技术SPI 中断用于SPI数据传输的学习与测试,可用于与FPGA之间的传输测试和通信
- 2022-03-21 07:48:05下载
- 积分:1
-
18f458实验程序。 简单输入输出
18f458实验程序。 简单输入输出--Experimental program for 18f458. Simple I/O.
- 2022-05-09 01:16:07下载
- 积分:1
-
基于STM32的modbus串口通讯协议+485通讯
资源描述基于STM32的modbus串口通讯协议+485通讯,该程序以stm32开发板为实验平台,经过测试可以实现stm32开发板与上位机以modbus通讯协议的方式进行串口通讯。这样就可以实现通过上位机对开发板进行实时操作
- 2022-10-04 13:30:04下载
- 积分:1
-
ZigBee2007 Protocol
zigbee2007协议规范,第一章,中文-ZigBee2007 Protocol
- 2022-05-17 15:20:51下载
- 积分:1
-
MP3 decoding procedures that can be used with VC or GNU compiler compiler. can r...
本程序是MP3的解码程序,可以用VC编译或者用GNU编译,可以运行在PC机上。
本程可以MP3文件解压为WAV文件
TEST 中的代码可以播放WAV文件
有兴趣的朋友可以把这段mp3程序移植到开发板上,这样就可以用开发板播放MP3了-MP3 decoding procedures that can be used with VC or GNU compiler compiler. can run on the PC. The process can decompress MP3 to WAV TEST document of the code can be broadcast WAV documents are interested friends this can be transplanted to mp3 development board, we can develop with the board to broadcast MP3
- 2023-08-28 14:05:03下载
- 积分:1