-
MiniGUI做的HelloWorld程序
用minigui做的helloworld程序-Minigui to do with the helloworld program
- 2022-10-03 10:05:04下载
- 积分: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
-
这一系列的引导装载程序的芯片
This the Serial Boot Loader for Microchip
24H and 33F Microcontrollers.-This is the Serial Boot Loader for Microchip
24H and 33F Microcontrollers.
- 2022-09-29 00:05:04下载
- 积分:1
-
3510i character
3510i字符取模器的vb源程序 3510i字符取模器的vb源程序-3510i character
- 2022-11-14 20:30:04下载
- 积分:1
-
jet sent SMS platform, LCM revealed sending and receiving numbers indicate the s...
座机短信发送平台,LCM显示发送和接受号码显示源程序。子库函数定义-jet sent SMS platform, LCM revealed sending and receiving numbers indicate the source.- The function definition
- 2022-07-08 00:05:31下载
- 积分:1
-
lt; 35 Watt Flowing Gas CO2 Laser Tube Kitgt; Made of carbon dioxide laser gener...
,自制二氧化碳激光发生器。-lt; 35 Watt Flowing Gas CO2 Laser Tube Kitgt; Made of carbon dioxide laser generator.
- 2022-01-22 11:49:55下载
- 积分:1
-
北京智心工作室、
是北京智心工作室的基于MPC8280设计的核心板使用手册,用的不错。该核心版兼容MPC8270,MPC8260,MPC8250等PowerQuiccII的CPU,将所有的GPIO和LocalBus总线信号引出来了,支持单Flash运行,便于设备系统使用小PLCC升级。-Moses heart of Beijing studio MPC8280-based board to use the core of the design manual, used good. Compatible version of the core MPC8270, MPC8260, MPC8250, etc. PowerQuiccII the CPU, all the GPIO and LocalBus bus signal leads, and support for Flash to run a single, easy to use small PLCC equipment system upgrade.
- 2022-06-29 18:19:42下载
- 积分:1
-
一个完全的4级灰度的嵌入式CDC显示类。支持DC的全部操作。对于嵌入式开发是一个非常好的工具。...
一个完全的4级灰度的嵌入式CDC显示类。支持DC的全部操作。对于嵌入式开发是一个非常好的工具。-a full four gray embedded CDC show category. DC all the support operation. For embedded development is a very good tool.
- 2022-01-26 02:06:07下载
- 积分:1
-
NEC公司生产的0547d系列78K示例程序
nec公司生产的78k系列的0547d的示例程序-nec produced 0547d series of 78k sample procedures
- 2022-01-26 00:09:05下载
- 积分:1
-
最简单的实现正先波的AT8951程序,是用C语言写的最基本的 我想对初学者肯定有用...
最简单的实现正先波的AT8951程序,是用C语言写的最基本的 我想对初学者肯定有用-The simplest is to realize wave AT8951 procedures, is written in C language basic I would certainly be useful for beginners
- 2023-04-15 08:20:03下载
- 积分:1