-
freescale ect 捕获中断程序,程序已经经过调试,成功。
freescale ect 捕获中断程序,程序已经经过调试,成功。-freescale ect capture interrupt program, the program had already been debugging and successfully.
- 2022-11-28 08:45:03下载
- 积分:1
-
基于ATmega16的BC7281键盘显示源码,拿过来就 可以用
基于ATmega16的BC7281键盘显示源码,拿过来就 可以用-ATmega16-based source of BC7281 keyboard display, holding back on the can
- 2023-01-27 07:30:03下载
- 积分:1
-
Taxi mileage meter program implementation of this program a taxi smart pricing f...
出租车里程计价器程序 此程序实现出租车智能计价功能同时实现语音发音功能其语音功能全用代码实现-Taxi mileage meter program implementation of this program a taxi smart pricing feature that enables simultaneous voice pronunciation feature of their voice in code to achieve full
- 2022-03-14 18:06:36下载
- 积分:1
-
PIC18F4520使用手册中文版!内部资料!
PIC18F4520使用手册中文版!内部资料!-PIC18F4520 user manual Chinese version! Internal information!
- 2023-03-13 10:05:05下载
- 积分:1
-
1T51单片机实现精确数字钟 因为普通单片机内核是12T 这里采用1T51内核的使得定时误差变得极小,同时加入补偿函数可以说定时已经达到理想精度...
1T51单片机实现精确数字钟 因为普通单片机内核是12T 这里采用1T51内核的使得定时误差变得极小,同时加入补偿函数可以说定时已经达到理想精度-1T51 SCM accurate digital clock for the general microcontroller core is used here 1T51 core 12T makes timing error becomes minimal, while adding compensation function can be said to have been from time to time to achieve the desired accuracy
- 2022-08-12 08:37:06下载
- 积分:1
-
指南描述了一种低组SPI协议的软件实现
指南描述了一组用于SPI协议软件实现的低级程序,在主模式中所有的通信都来自AVR-guide describes a group SPI protocol software for the realization of the low-level procedures, the main mode of communication are all from the AVR
- 2022-12-26 09:55:03下载
- 积分:1
-
ARM嵌入式USB
基于ST407开发板设计,通过HID设备的USBOTG模式跟上位机通讯,上位机程序是HIDClient,在KEIL目录的ARM中可以找到。
- 2022-10-29 08:40:04下载
- 积分:1
-
MPC860中文培训教材
MPC860中文培训教材-MPC860 Chinese training materials
- 2023-03-16 04:15:03下载
- 积分:1
-
nRF24L01 C8051F320 chip RF driver and a simple transceiver control SCA
射频芯片nRF24L01 + C8051F320 的驱动程序以及一个简单的收发控制协议-nRF24L01 C8051F320 chip RF driver and a simple transceiver control SCA
- 2022-02-02 17:36:10下载
- 积分: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