-
QT5_QSerialPort_跨平台串口程序
QT5中的跨平台串口测试程序,采用QT线程实现。使用QSerialPort类。程序简单易懂,如果想学习异步串口类,可以在QT自带的列子中查看,本例包含了多线程的操作。
- 2022-05-11 01:29:23下载
- 积分:1
-
D12 USB设备控制芯片驱动程序代码,是学习USB设备驱动编程的好资料...
D12 USB设备控制芯片驱动程序代码,是学习USB设备驱动编程的好资料-D12 USB device controller driver code, is a USB device driver programming learning good information
- 2022-01-28 08:13:07下载
- 积分:1
-
I2C 总线规范
I2C 总线的IC 不只帮助了设计者它们也使设备厂商得到很多益处...
I2C 总线规范
I2C 总线的IC 不只帮助了设计者它们也使设备厂商得到很多益处
-I2C bus specification I2C bus not only helped IC designers to enable equipment vendors they also receive many benefits
- 2023-03-14 17:45:04下载
- 积分:1
-
uclinux introduction book
uclinux introduction book
- 2023-07-19 01:25:04下载
- 积分:1
-
Single
单片机项目资料,希望对于做此项目的人员有帮助,以上资料发邮箱索取全部资料-Single-chip project information, I hope to do this project for the staff has to help, Fat-mail the above information obtained from all the information
- 2022-02-22 01:50:03下载
- 积分:1
-
在C++写PCI9052驱动代码
基于windriver的pci驱动程序源代码,我现在项目开发已经调试好的代码
-pci9052 driver code write in c++
- 2022-02-14 22:28:31下载
- 积分:1
-
机器人运动与控制 控制的思考方法 拉普拉斯变换与传递函数 稳定性判别...
机器人运动与控制 控制的思考方法 拉普拉斯变换与传递函数 稳定性判别-Control of robot motion and control methods of thinking Laplace transform and transfer function of the stability of discriminant
- 2022-03-16 14:35:15下载
- 积分:1
-
This is an hour of the procedure, along with pictures, can be according to do, i...
这是一个小时计的程序,里面还有图片,可以按着做,很适用,-This is an hour of the procedure, along with pictures, can be according to do, it is applicable,
- 2022-04-15 00:43:59下载
- 积分: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
-
zlg lpc2210
zlg--lpc2210-IIC调试通过程序-zlg lpc2210-IIC debugging through the procedures
- 2022-03-15 10:01:19下载
- 积分:1