-
用单片机设计完成多按键功能的温度计,主要采用51单片机完成的设计。...
用单片机设计完成多按键功能的温度计,主要采用51单片机完成的设计。-MCU design is completed with a thermometer multi-function buttons, the main use of 51 MCU to complete the design.
- 2022-02-12 15:44:54下载
- 积分:1
-
楼宇可视对讲门口机C语言源程序,以及AT89X系列芯片的祥细资料。...
楼宇可视对讲门口机C语言源程序,以及AT89X系列芯片的祥细资料。-source code of interphone/door entry system and document of AT89X
- 2022-04-27 21:00:28下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
dsPIIC30F I2C master controller communication program procedures
dsPIIC30F I2C主控制器通信程序
- 2022-03-16 13:23:02下载
- 积分:1
-
使用protel99se开发的单片机电路板,希望有助于各位电路板开发设计的学习...
使用protel99se开发的单片机电路板,希望有助于各位电路板开发设计的学习-Use protel99se developed microcontroller circuit boards, circuit board you wish to contribute to development and design of learning
- 2022-03-18 18:43:43下载
- 积分:1
-
This is a source code, the USB quite good, we hope to see down the download. , A
这是一个源代码,USB的挺不错的,希望大家下载下来看看.,一-This is a source code, the USB quite good, we hope to see down the download. , A
- 2022-09-25 22:20:03下载
- 积分:1
-
The books for Designing Embedded Communication Software from CMP Books. (Web Ver...
The books for Designing Embedded Communication Software from CMP Books. (Web Version)
- 2022-08-14 09:53:02下载
- 积分:1
-
Low End Microchip PICs C函数
Low End Microchip PICs C函数-Low End Microchip PICs C function
- 2022-04-29 03:46:30下载
- 积分:1
-
ARM嵌入式USB
基于ST407开发板设计,通过HID设备的USBOTG模式跟上位机通讯,上位机程序是HIDClient,在KEIL目录的ARM中可以找到。
- 2022-10-29 08:40:04下载
- 积分:1
-
用三星的44b0控制的zlg7290的源码
用三星的44b0控制的zlg7290的源码-Using Samsung
- 2023-06-20 16:40:03下载
- 积分:1