-
不错的入门例子,在avr上搞到的,真的不做,自己试做了一下,...
不错的入门例子,在avr上搞到的,真的不做,自己试做了一下,-Started good example, in the avr
- 2022-10-25 05:20:03下载
- 积分:1
-
这是一个RC500的开发实例,我想对于想从事RC500开发的人来说极为有帮助的...
这是一个RC500的开发实例,我想对于想从事RC500开发的人来说极为有帮助的-RC500 This is an example of the development, I would like to wish to engage in RC500 for the development of the very people who help
- 2022-07-09 06:01:35下载
- 积分:1
-
c51下的一个键盘程序,用循环轮训法检测是否有键按下。
c51下的一个键盘程序,用循环轮训法检测是否有键按下。-c51 keyboard under a procedure used in rotation cycle of detection whether key press.
- 2022-06-21 13:41:02下载
- 积分:1
-
FreeRTOS 4.04版源代码
FreeRtos Source code Version 4.04
- 2022-05-25 02:01:53下载
- 积分:1
-
89c52单片机+TEA5767+1602液晶
89c52单片机+TEA5767+1602液晶,独立键盘,自动、手动搜索电台,并显示时钟。K1=PLL-、K2=PLL+、K3 =PLL自动-、K4=PLL自动+
- 2022-08-09 11:09:19下载
- 积分:1
-
下载管理器是基于HTTP1.1而建立的,支持断点续传.采用Java Swing创建了一个简单高效的GUI界面,具有一次下载多个文件的能力....
下载管理器是基于HTTP1.1而建立的,支持断点续传.采用Java Swing创建了一个简单高效的GUI界面,具有一次下载多个文件的能力.-Download Manager is based on established HTTP1.1 support HTTP. Java Swing creation of a simple and efficient GUI interface, with a number of downloaded documents.
- 2022-01-24 19:09:35下载
- 积分:1
-
西蒙读数据上传到PC机,PLC,西门子Prodave PAC的需要…
从西门PLC读取数据,上传到pc机,需要西门子Prodave封装库(隐式方法,.lib文件)-Simon read data from PLC, upload to pc machine, the need for Siemens Prodave package library (implicit method,. Lib files)
- 2022-04-10 11:22:44下载
- 积分: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
-
TMS320C5402 写FLASH的BOOT
TMS320C5402 写FLASH的BOOT-FLASH write TMS320C5402 the BOOT
- 2023-07-19 21:40:03下载
- 积分:1
-
硬件的cpu是arm920i2c总线和camera之间的连接驱动在嵌入式linux操作系统下编写...
硬件的cpu是arm920i2c总线和camera之间的连接驱动在嵌入式linux操作系统下编写-hardware cpu is arm920i2c bus and camera link between the driver in embedded Linux operating system prepared
- 2022-01-24 12:40:26下载
- 积分:1