-
S3C2410A的实时时钟的设计实验源程序
S3C2410A的实时时钟的设计实验源程序-S3C2410A the experimental design of real-time clock source
- 2023-06-28 15:40:03下载
- 积分:1
-
在IAR平台海量存储的USB设备at91sam7s系列测试代码
Include startup files and peripherial devices Code for Atmel ARM7 development-At91SAM7S Series Test Code for Mass Storage USB device under IAR platform
- 2023-09-01 02:50:02下载
- 积分: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
-
芯片为Atmel atmega128,从外部采集传感器数据,A/D转换后,在Nokia3310液晶屏显示。...
芯片为Atmel atmega128,从外部采集传感器数据,A/D转换后,在Nokia3310液晶屏显示。-Chip Atmel atmega128, sensor data collected from the outside, A/D conversion after the Nokia3310 LCD screen display.
- 2022-02-03 15:37:34下载
- 积分:1
-
I2C接口设计文档
I2C接口设计文档-I2C connection design documents
- 2022-03-24 02:08:24下载
- 积分:1
-
MJPEG Driver 3.0.1
MJPEG Driver 3.0.1-implementations Driver 3.0.1
- 2023-03-12 20:30:03下载
- 积分:1
-
频率计是常用的测量仪器,每单位时间为单位。
频率计是常用的测量仪器,它通过对单位时间内的信号脉冲进行计数,从而测量出信号的频率。设计一个6位频率计,可以测量1~999 999 Hz的信号频率。-Frequency meter is commonly used measuring instruments, which per unit time of the signal pulse count in order to measure the frequency of the signal. 6 to design a frequency counter, can measure 1 ~ 999 999 Hz signal frequency.
- 2022-01-25 21:28:15下载
- 积分:1
-
凌阳unsp,61实验箱自检程序。代码比较全
凌阳unsp,61实验箱自检程序。代码比较全-Sunplus unsp, 61 self-test procedure experimental boxes. Comparison of the entire code
- 2022-02-15 21:50:54下载
- 积分:1
-
eboot源码,有一定参考价值,对熟悉ARM开发有帮助
eboot源码,有一定参考价值,对熟悉ARM开发有帮助-eboot source, a certain reference value, familiar with the ARM development help
- 2022-08-10 17:25:18下载
- 积分:1
-
是内存受限系统设计的代码。
是内存受限系统设计的代码。-is limited memory system design code.
- 2022-05-30 12:10:07下载
- 积分:1