-
程序rtc_test.rar
EasyARM 程序 RTC_TEST.rar-EasyARM procedures RTC_TEST.rar
- 2022-03-29 11:29:58下载
- 积分:1
-
up-tech公司的arm3000开发板的uclinux配套教程-up-tech companies arm3000 development boards supporting the Basis Guide
- 2023-04-27 07:10:05下载
- 积分:1
-
Introduce how to imitate Ping program using in C language
介绍如何用C语言模拟Ping程序
- 2023-05-18 12:15:02下载
- 积分:1
-
ucosii对ARM7 S3C44B0的源代码(已经移植成功的)
ucosii对ARM7 S3C44B0的源代码(已经移植成功的)-ucosii ARM7 S3C44B0 to the source code (which was successful transplantation)
- 2022-02-01 02:43:18下载
- 积分:1
-
直流电机控制
在行业中,设备控制业务按流程来提高生产效率、 产品质量和节省开支保持重要的作用。作为可以容易地控制优势与电机、 高速稳定性、 直流电动机的速度如驱动某些机器 — — 电梯、 断路器、 运输工具、 输送机、 机器人、 通常使用......
有很多方法用来控制速度的电动机,在这个项目中,我们想要表示如何控制电机使用 PIC 和脉冲宽度调制-脉宽调制技术。
- 2022-01-28 10:23:56下载
- 积分:1
-
自己的参赛程序(附带使用说明),利用Freescale JM Board实现类似于赛车的躲避游戏,且控制方式可以通过触摸板或重力加速度控制。其中用到三轴加速传感...
自己的参赛程序(附带使用说明),利用Freescale JM Board实现类似于赛车的躲避游戏,且控制方式可以通过触摸板或重力加速度控制。其中用到三轴加速传感器7260和接近式电容传感器MPR084。对这两个器件感兴趣的可以参考-Their entry procedure, and use Freescale JM Board to achieve similar to the car to avoid the game, and the control mode can be controlled through the touch pad or the acceleration due to gravity. Which uses three-axis acceleration sensors 7260 and the proximity capacitance sensor MPR084. Interested in these two devices can refer to the
- 2022-04-17 14:45:11下载
- 积分:1
-
嵌入式web服务器源代码。可以移植的arm等嵌入式上。经试验运行稳定可靠。欢迎下载并给出建议...
嵌入式web服务器源代码。可以移植的arm等嵌入式上。经试验运行稳定可靠。欢迎下载并给出建议-Embedded web server source code. Can be transferred, such as embedded on the arm. Stable and reliable operation by the pilot。Welcome to download and give recommendations
- 2022-04-25 05:15:52下载
- 积分:1
-
His transplant UC/0S_II to tq2440 development board hardware drivers GUI
自己移植UC/0S_II 到 tq2440开发板 GUI 硬件驱动-His transplant UC/0S_II to tq2440 development board hardware drivers GUI
- 2022-03-16 15:27:17下载
- 积分:1
-
at89c51 for the procedure and a clock circuit, as an electronic clock to the ref...
at89c51作的一个时钟程序和电路,可作为电子时钟设计的参考,用c51写的程序,protel99se画的电路图,程序均已调试通过,可作为万年历时钟!-at89c51 for the procedure and a clock circuit, as an electronic clock to the reference design, with the decoder written procedures protel99se painting circuit, debugging procedures are adopted, as hefty almanac clock!
- 2022-01-30 21:13:24下载
- 积分:1
-
智能家居项目zigbee实验协议栈按键操作源代码
智能家居项目zigbee实验协议栈按键操作源代码
1、 修改SW_6所在IO口
/* SW_6 is at P0.4 */ #define HAL_KEY_SW_6_PORT P0 #define HAL_KEY_SW_6_BIT BV(4) //BV(1) 改到P0.4 #define HAL_KEY_SW_6_SEL P0SEL #define HAL_KEY_SW_6_DIR P0DIR 2、边缘触发方式 /* edge interrupt */ #define HAL_KEY_SW_6_EDGEBIT BV(0) #define
HAL_KEY_SW_6_EDGE HAL_KEY_RISING_EDGE//HAL_KEY_FALLING_EDGE 改成上升缘触发
- 2022-02-01 15:49:47下载
- 积分:1