-
CC2500通信例子源代码,有兴趣的可以研究一下
CC2500通信例子源代码,有兴趣的可以研究一下-CC2500 communication example source code, anyone interested can look at
- 2022-02-04 13:02:06下载
- 积分:1
-
This document describes stm32f10x series in the peripheral LIB library, very goo...
该文档讲述了stm32f10x系列中LIB库中的外设,很好的资料。-This document describes stm32f10x series in the peripheral LIB library, very good information.
- 2022-03-04 19:37:06下载
- 积分:1
-
WIN2000 版本JTAG使用说明,很详细,很有用
WIN2000 版本JTAG使用说明,很详细,很有用-err
- 2023-09-06 15:40:03下载
- 积分:1
-
ads1.2学习资料,对arm初学者有帮助.
ads1.2学习资料,对arm初学者有帮助.-ads1.2 learning materials for beginners arm helpful.
- 2022-12-30 11:00:04下载
- 积分:1
-
nand boot memory main
nand boot memory main-nand boot memory main
- 2022-05-10 23:09:03下载
- 积分:1
-
2410开发板配套实验程序第一集,请下载使用
2410开发板配套实验程序第一集,请下载使用-2410 development board supporting experimental procedure the first episode, please download
- 2022-12-31 14:55:03下载
- 积分:1
-
NXP公司LPC23**系列芯片SPI接口驱动示例程序,可发展成完整SPI接口驱动...
NXP公司LPC23**系列芯片SPI接口驱动示例程序,可发展成完整SPI接口驱动-NXP Corporation LPC23** series chip SPI interface driver sample programs can be developed into a complete SPI interface driver
- 2022-12-24 09:05:04下载
- 积分:1
-
和手臂
此代码允许用户从文件中读取整数将它们相加并出结果。
- 2023-07-27 08:10:02下载
- 积分:1
-
2440的中断流驱动程序,有参考价值!欢迎下载
2440的中断流驱动程序,有参考价值!欢迎下载-2440 devascularization of the driver, there is reference value! Welcome to download
- 2022-05-30 17:22:33下载
- 积分:1
-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1