-
TI msp430血氧程序
TI msp430血氧程序,有程序有PCB图,单芯片msp430fg437,能够直接烧进去运行,TI msp430血氧程序,有程序有PCB图,单芯片msp430fg437,能够直接烧进去运行
- 2023-06-26 12:45:05下载
- 积分:1
-
基于2410开发板的嵌入式测试程序,保证可以使用
基于2410开发板的嵌入式测试程序,保证可以使用-Based on the 2410 development board for embedded testing procedures to ensure that you can use
- 2023-05-01 14:30:03下载
- 积分:1
-
code for c30 compiler for interfacing DsPic30F4011_and_eeprom_24c256 that has 25...
code for c30 compiler for interfacing DsPic30F4011_and_eeprom_24c256 that has 256kB memory via i2C bus
- 2022-03-11 07:48:10下载
- 积分:1
-
ARM9.2 the first three procedures! ! ! ! ! ! ! ! ! ! !
ARM9.2的第3个程序-ARM9.2 the first three procedures! ! ! ! ! ! ! ! ! ! !
- 2023-01-03 09:25:03下载
- 积分:1
-
工业用控制器源程序.
工业用控制器源程序.-industrial controller source.
- 2022-01-25 21:39:19下载
- 积分:1
-
简单介绍优化模型的基本概念和基本类型,重点介绍优化模型中的线性规划模型。...
简单介绍优化模型的基本概念和基本类型,重点介绍优化模型中的线性规划模型。-Briefly introduce the basic concepts of optimization model and the basic type of model focuses on optimizing the linear programming model.
- 2022-03-20 04:18:56下载
- 积分:1
-
zebra测试源代码用于 SOCKET 通信
zebra测试源代码用于 SOCKET 通信-zebratesting code for socket communication
- 2022-02-04 15:58:39下载
- 积分:1
-
MIPS Assembly Language Programming
MIPS Assembly Language Programming
- 2023-05-19 21:10:03下载
- 积分:1
-
几乎对所有开发板的按键都能用,给大家分享,大家多交流!...
几乎对所有开发板的按键都能用,给大家分享,大家多交流!-Almost all of the key development board can be used to share with you, we more exchanges!
- 2022-07-08 09:50:43下载
- 积分: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