-
用VC++6.0与单片机通过RS232通信程序,上位机程序主要是控制单片机发出一些指令,单片机上传一些数据到上位机,上位机通过这些数据作出决策,再发送指令到单片...
用VC++6.0与单片机通过RS232通信程序,上位机程序主要是控制单片机发出一些指令,单片机上传一些数据到上位机,上位机通过这些数据作出决策,再发送指令到单片机。-With VC++ 6.0 and MCU through RS232 communication procedures, procedures for the main PC to control a number of directives issued by single-chip microcomputer, microcontroller upload some data to the host computer, host computer through the data to make decisions, and then send commands to the Singlechip.
- 2022-04-07 14:14:02下载
- 积分:1
-
适合KS8695X,可以下载图像文件TFTP
适合KS8695X,可以tftp下载映象文件-Suitable for KS8695X, can download the image file tftp
- 2022-05-14 22:30:04下载
- 积分:1
-
汇编源代码大全3
汇编源代码大全3--Assembly source code-3.
- 2022-03-19 04:58:33下载
- 积分:1
-
freescale ADC program, according to the procedure in the initialization code to...
freescale ADC 程序,按程序中代码初始化即可启动使用ADC,代码已经经过调试。-freescale ADC program, according to the procedure in the initialization code to activate the use of ADC, the code had already been debugging.
- 2022-03-17 18:10:59下载
- 积分:1
-
in a four grayscale LCD as an example, how to convert a BMP file LCD band of 16...
以一种4级灰度的液晶为例,介绍了如何将BMP文件转换为液晶显示的16进制文件。-in a four grayscale LCD as an example, how to convert a BMP file LCD band of 16 documents.
- 2022-01-22 06:07:05下载
- 积分:1
-
基于单片机AT89C52的温湿度传感器显示程序
基于单片机AT89C52的温湿度传感器显示程序-AT89C52 single-chip based on the temperature and humidity sensors display program
- 2022-01-24 09:14:32下载
- 积分:1
-
画freetype2的函数 Freetype 2 driver for Microwindows
画freetype2的函数 Freetype 2 driver for Microwindows-painting freetype2 function Freetype 2 driver for Microwindows
- 2022-06-12 17:38:16下载
- 积分:1
-
MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系统。MTD的主要目的是为...
MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个抽象的接口。-MTD (memory technology device memory technology equipment) is the equipment for accessing memory (ROM, flash) Linux subsystem. MTD"s main purpose is to make the new memory devices drive more simple, for its hardware and the upper between an abstract interface.
- 2022-08-22 07:55:17下载
- 积分: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
-
5615 10 DA conversion chip C
5615十位DA转换芯片C的原程序,调试方便-5615 10 DA conversion chip C
- 2023-02-20 01:30:04下载
- 积分:1