-
使用Keil MDK开发环境下实现对虚拟串口的程序。
采用KEIL MDK开发环境,实现USB下的虚拟串口驱动程序,内附全部源码,欢迎交流!-Using KEIL MDK development environment to achieve under the virtual USB serial port driver, included all the source code, please share!
- 2022-03-02 02:52:38下载
- 积分:1
-
温度控制的电路原理图,用PROTEL DXP制作。可与先上传的源码配套使用。...
温度控制的电路原理图,用PROTEL DXP制作。可与先上传的源码配套使用。-Temperature control circuit schematic diagram, with the production of PROTEL DXP. With the first matching source upload use.
- 2022-02-21 08:06:19下载
- 积分:1
-
74hc595n原理图
74hc595n原理图--Design diagram for 74hc595n.
- 2022-06-22 05:15:50下载
- 积分: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
-
Linux内核驱动爱普生S1D13700的LCD控制器。
Linux kernel driver for Epson s1d13700 LCD controller.
- 2022-01-25 16:49:21下载
- 积分:1
-
eCos开发价值
ECOS开发增值包-Ecos development of value-added package
- 2023-01-23 19:20:04下载
- 积分:1
-
PC机通过USB识别仪器上的SD卡!可以满足仪器存储大量数据的要求!...
PC机通过USB识别仪器上的SD卡!可以满足仪器存储大量数据的要求!-PC-identification through the USB devices on the SD card! Equipment to meet the requirements of a large amount of data storage!
- 2022-10-23 09:25:04下载
- 积分:1
-
QuartusII under some IP core, self
是一些quartusII下的IP核,自主开发的。包括有vga,ram等-QuartusII under some IP core, self-developed. Include vga, ram, etc.
- 2022-07-26 10:26:45下载
- 积分:1
-
关于链接器脚本的中文版文档,对于嵌入式开发的程序员来说,很有必要...
关于链接器脚本的中文版文档,对于嵌入式开发的程序员来说,很有必要-chinese documentation about linker script, important to embedded software
- 2022-07-21 10:53:13下载
- 积分:1
-
本程序功能是在FPGA上nios处理器的usb接口程序。
本程序功能是在FPGA上nios处理器的usb接口程序。-The program features in the FPGA on the Nios processor usb interface program.
- 2022-03-21 05:40:10下载
- 积分:1