-
STM32 SPI读写FM25CL64铁电存储器
STM32 SPI读写FM25CL64铁电存储器,程序为103RBT6单片机读写代码,包括SPI初始化、字节发送接收代码、FM25CL64读写代码(STM32 SPI read/write FM25CL64 ferroelectric memory, the application for 103 rbt6 microcontroller, speaking, reading and writing code, including the SPI initialization code byte code to send and receive FM25CL64, speaking, reading and writing
)
- 2020-06-27 02:20:02下载
- 积分:1
-
keil-for-arm-MDK5.11A
keil 5.11a专业版注册机 (通用版) 破解工具,可以破解专业版,已亲手实验。(keil 5.11a crack tool, you can crack the professional version, has personally experiment.)
- 2014-07-23 09:58:41下载
- 积分:1
-
UCS2Char
该工具可以根据输入的UNICODE十六进制字符串计算出相应的汉字或ASCII码。比如:输入4F60便可以得到"你"。(The tool can be based on the input UNICODE calculate the corresponding hexadecimal string guy or ASCII.)
- 2013-09-09 12:29:23下载
- 积分:1
-
13-5-1
电子时钟的小程序,基于89c51单片机,可以实现定时、计时、修改时间等功能。(Electronic clock applet, based on 89c51 microcontroller, can achieve timing, timing, modification time and other functions.)
- 2013-11-17 09:35:47下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
shangweiji
上位机,与51单片机进行通信,将从单片机发送过来获得的信息显示在显示界面上。(PC, with 51 single-chip communication, sent from the information obtained from the microcontroller is displayed on the display screen.)
- 2014-02-18 15:30:11下载
- 积分:1
-
mu
说明: 奇迹自动捡物按键精灵源码
可自动挂机,捡物文本源码(Miracle Source Wizard button automatically picking up objects)
- 2014-01-13 02:37:54下载
- 积分:1
-
demoADC
ADC C++ for 9S12XS128 FREESCALE
- 2012-07-03 12:15:26下载
- 积分:1
-
Components
zigbee无线定位系统的相关程序代码。很有用 都有相关解释(zigbee location code)
- 2021-03-09 21:59:27下载
- 积分:1
-
frameparse
一个以太网帧解析程序,实现以下功能:解析已封装好的Ethernet V2.0帧封装文件(见附件),判断有多少个帧,每个帧的所有字段内容,检测CRC校验是否正确(An Ethernet frame analysis program, the following functions: parsing the encapsulated Ethernet V2.0 frame encapsulation (see annex), to determine the number of frames, each frame contents all fields to detect CRC checksum is correct)
- 2013-12-06 17:41:20下载
- 积分:1