-
12位ADC
汇编语言编写的代码AT89C2051的MCP320212位ADC读取程序
- 2022-09-23 02:55:03下载
- 积分:1
-
s3c44b0的IIC总线设计.包括读写数据
s3c44b0的IIC总线设计.包括读写数据-s3c44b0 design of the IIC bus. including reading and writing data
- 2022-01-21 21:45:37下载
- 积分:1
-
Minigui编程应用开发,介绍了嵌入式环境下图形开发方法
Minigui编程应用开发,介绍了嵌入式环境下图形开发方法-Minigui programming application development, introduction of the embedded graphics development methodology environment
- 2022-07-17 15:09:51下载
- 积分: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
-
under linux graphical interface development MiniGUI latest source code
linux下的图形界面开发minigui最新源代码-under linux graphical interface development MiniGUI latest source code
- 2022-07-14 19:09:30下载
- 积分:1
-
石器时代3源代码2008.08.27最新版完全可编译的开放…
石器时代3.0源代码
2008.08.27最新版
完全可编译开服!-Stone Age 3.0 source code for the latest version 2008.08.27 compiler fully open service!
- 2022-03-31 15:29:21下载
- 积分:1
-
MOXA card operation. Under the terms DOS operating system Multiport Serial Card....
MOXA卡的操作.用语DOS系统下操作多串口卡。经过测试.效果良好-MOXA card operation. Under the terms DOS operating system Multiport Serial Card. After testing. Good results
- 2023-08-08 21:30:03下载
- 积分:1
-
A 51 the whole application development board (the whole practical source circuit...
一个51整开发板的应用(源程序电路图功能全实用给有需要的人)-A 51 the whole application development board (the whole practical source circuit functions to those in need)
- 2023-01-29 13:55:03下载
- 积分:1
-
S3C44B0启动代码
S3C44B0启动代码--Startup code for S3C44B0.
- 2022-06-02 13:35:02下载
- 积分:1
-
关于DM9161E在SEP4020上的应用,是其应用的驱动源码.
关于DM9161E在SEP4020上的应用,是其应用的驱动源码.-SEP4020 on DM9161E in application, is the driving source of its application.
- 2022-02-26 23:09:28下载
- 积分:1