-
马达运动
项目的目的是到驱动器步进电机 360"通过四个象限使用 pic 16f690。有一段用要介绍一个中断的中断函数从外部信号并停止步进电机在当前的位置。
- 2022-02-07 06:55:08下载
- 积分:1
-
液晶模块显示实例 实现字符的输入 以及液晶模块使用的注意事项
液晶模块显示实例 实现字符的输入 以及液晶模块使用的注意事项-Show examples of realization of character LCD module and LCD module uses the input Precautions
- 2023-03-29 03:35:03下载
- 积分:1
-
arm2440 under, linux2.6 kernel driver interrupt button (which can be anti
arm2440下,linux2.6内核的按键的中断驱动程序(可防抖)以及用户应用测试程序-arm2440 under, linux2.6 kernel driver interrupt button (which can be anti-shake), and user application test procedure
- 2022-10-04 01:55:03下载
- 积分:1
-
solar inverter
太阳能微型逆变器向电网提供正弦电流;因此,电网;
- 2022-02-14 15:01:29下载
- 积分:1
-
Arm with keil prepared source code, novices can easily learn to fly faster arm7.
用keil编写arm源代码,可以方便新手更快上手学懂arm7.-Arm with keil prepared source code, novices can easily learn to fly faster arm7.
- 2022-09-21 10:45:03下载
- 积分:1
-
开发板hybus255的bootloader,原版的,功能强大,赶快去看看吧。
开发板hybus255的bootloader,原版的,功能强大,赶快去看看吧。--Bootloader of developing board hybus255. It is original and very powerful.
- 2023-05-24 20:15:03下载
- 积分:1
-
pcsc读卡器源码
pcsc读卡器源码pcsc读卡器源码pcsc读卡器源码pcsc读卡器源码pcsc读卡器源码pcsc读卡器源码
- 2022-12-28 05:30:03下载
- 积分:1
-
The code has a lot on learning verilog HDL examples have help for beginners
该代码中有不少关于学习verilog HDL的例子,对初学者有帮助-The code has a lot on learning verilog HDL examples have help for beginners
- 2022-08-05 11:19:55下载
- 积分:1
-
以上几个手持机的初始化程序,也是用68K328的处理器,程序中有不少可以借鉴的地方!要开发环境找我!...
以上几个手持机的初始化程序,也是用68K328的处理器,程序中有不少可以借鉴的地方!要开发环境找我!-over the initialization procedure that uses 68K328 processor, a number of procedures can learn from the lessons of! Development environment to find me!
- 2023-01-30 19:20:03下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1