-
Word of the write operation to 24c02 ..............................................
对24c02进行单字写操作-Word of the write operation to 24c02 ............................................ ................
- 2022-09-02 00:45:03下载
- 积分:1
-
射频卡读写器,超过PHILIPS的射频基站,可读写14443,13956等协议的卡。加密强度目前可能是最高的。价格便宜。
射频卡读写器,超过PHILIPS的射频基站,可读写14443,13956等协议的卡。加密强度目前可能是最高的。价格便宜。-RF card reader, more than PHILIPS radio base stations, read-write the agreement, such as the 14443,13956 card. The current strength of encryption is the highest. The price was cheap.
- 2022-03-31 05:14:16下载
- 积分:1
-
ULN2003 relay driver
proteus对基于uln2003的继电器驱动器的仿真这里的输入来自控制器,继电器动作可以根据微控制器设置的值来执行
- 2022-02-21 04:18:32下载
- 积分:1
-
Keil UV3中自带操作系统ARTX的应用例程
Keil UV3中自带操作系统ARTX的应用例程-Keil UV3 were bringing their operating system of routines ARTX
- 2022-04-16 21:24:34下载
- 积分:1
-
SNMP 代理
一个SNMP代理程序,完成SNMP代理功能,基于嵌入式平台实现的代理功能。可以在各种通信设备中实现SNMP代理功能,也可以用在主机平台中对SNMP协议的功能进行学习。此代理软件具备实用功能。
- 2022-07-27 03:43:39下载
- 积分:1
-
Matlab用户图像接口,计算机视觉方面
Matlab用户图像接口,计算机视觉方面-Matlab user interface graphics, computer vision aspects
- 2022-09-23 19:45:03下载
- 积分:1
-
两片74hc165级联的驱动,用protues 7.1仿真 c语言
两片74hc165级联的驱动,用protues 7.1仿真 c语言-two 74hc165 cascade driven by protues 7.1 simulation language c
- 2022-02-09 13:18:14下载
- 积分:1
-
完成移植uCOS
完成移植uCOS-II到ARM7的功能,为一个具体范例-Complete the transplantation uCOS-II to the ARM7 function for a specific example of
- 2023-04-03 18:20:02下载
- 积分:1
-
T6963控制器的液晶驱动程序
T6963控制器的液晶驱动程序-T6963 MCU Controller Driver Source code
- 2023-03-21 01:55: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