-
KEY
状态机按键检测,实现单击双击多击功能,单片机用的是STM8L(Key detection state machine to achieve multi-click-click, double-click function)
- 2016-04-09 13:27:11下载
- 积分:1
-
READ_STC11-10Fxx-2008-11-17
这是单片机的一个非常好的一个资料,大家可以参考一下,单片机是个非常有用的入门级的,以后学ARM就非常简单了!学单片机最重要的就是看芯片资料(This is a very good single-chip data, we can refer to the microcontroller is a very useful entry-level, after school ARM is very simple! The most important thing is to learn microcontroller chip information see)
- 2011-10-04 09:49:07下载
- 积分:1
-
46-xuanxiang-tongxin
这个程序可以实现两个单片机之间双向通信的功能。(This program can realize the function of two-way communication between two microcontrollers.)
- 2015-04-23 10:45:29下载
- 积分:1
-
snake
说明: 单片机实现贪吃蛇游戏,本人使用的是51单片机,显示器为16*16点整控制,此类方法适合初学者玩耍~~(Snake MCU)
- 2011-03-13 10:14:48下载
- 积分:1
-
USBDriverSetupDisk
cy7c68001驱动程序,主要用于这个usb芯片的驱动(CY7C68001 driver chips used mainly for the usb driver)
- 2020-11-25 14:29:33下载
- 积分:1
-
stm32
这是基于STM32的室内环境监测毕业设计,主要是检测了温湿度和关照强度,同时实现了数字万年历的显示,开发板为野火的。(This is based on the STM32 indoor environment monitoring graduation design, to detect the temperature and humidity, and take care of intensity, while achieving a digital calendar display development board wildfire.)
- 2013-04-16 17:11:29下载
- 积分:1
-
jianhua
说明: 基于无人机,组合导航实现联邦滤波器。代码(UAV-based, integrated navigation filter to achieve Federation. Code)
- 2020-09-09 16:18:01下载
- 积分: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
-
CC2530
CC2530 步进电机控制实验。一个简单的例程(CC2530 stepping motor control experiment)
- 2020-12-29 00:09:02下载
- 积分:1
-
congji
实现声音导引小车运动,智能小车程序C51代码(Achieve sound AGV Sport, smart car program code C51)
- 2013-08-09 14:45:30下载
- 积分:1