-
很好的一个嵌入式linux平台下的bootloader,主要适用于mips体系结构,适合嵌入式linux的学习和项目开发。...
很好的一个嵌入式linux平台下的bootloader,主要适用于mips体系结构,适合嵌入式linux的学习和项目开发。-a good embedded Linux platform under the Bootloader primarily to the MIPS architecture for embedded linux learning and project development.
- 2022-02-13 05:19:42下载
- 积分:1
-
读取温度关 1631年并显示它 c51
阅读关闭 1631年传感器的温度和 2 x 16 显示器上显示它和计算平均和最大值和最小温度并显示它
- 2022-01-28 04:32:27下载
- 积分:1
-
LPC2148控制tea5767收音模块的收音机的完整源程序,ads下开发,网上多半是51和avr的,希望这个arm7的能对大家有用...
LPC2148控制tea5767收音模块的收音机的完整源程序,ads下开发,网上多半是51和avr的,希望这个arm7的能对大家有用-LPC2148 controlled radio TEA5767 radio module complete source code, ads under development, on-line mostly 51 and avr, and hope that the ARM7 that can be useful for everyone
- 2022-05-06 12:45:49下载
- 积分:1
-
AT89c51等单片机可以使用的4*4 键盘程序
AT89c51等单片机可以使用的4*4 键盘程序-AT89C51 single-chip microcomputer can be used, such as 4* 4 keyboard procedures
- 2022-03-23 08:58:11下载
- 积分:1
-
Tsinghua embedded system operation, lpc2124+ lcd+ Serial+ ucos
清华嵌入式系统作业,lpc2124+lcd+串口+ucos-Tsinghua embedded system operation, lpc2124+ lcd+ Serial+ ucos
- 2022-04-14 20:23:53下载
- 积分:1
-
microcrfidveli
/*
- 2022-03-25 08:22:25下载
- 积分:1
-
EB55评价程序的广告
eb55评估板例程for ads-eb55 Evaluation routines for ads
- 2023-05-01 15:50:04下载
- 积分:1
-
Omap manual. This is useful for embedded system engineers
Omap manual. This is useful for embedded system engineers
- 2023-06-12 06:35:08下载
- 积分: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
-
S3C44B0X上的IDE接口在uClinux上的驱动移植来自网上的资料,大家分享!...
S3C44B0X上的IDE接口在uClinux上的驱动移植来自网上的资料,大家分享!-S3C44B0X the IDE interface in the driver uClinux transplantation information from the Internet, to share with you!
- 2022-03-30 08:43:59下载
- 积分:1