-
这个关于串口通信的程序,采用方式一,调试通过
这个关于串口通信的程序,采用方式一,调试通过-The serial communication about the procedure, using method 1, debug through
- 2022-03-14 04:56:57下载
- 积分:1
-
由于普通单片机只有一个串口,由于用户可能会用到多个串口,而对于双串口的单片机价格贵,不如自己动手选择两个IO口,自己模拟串口通讯,以下为模拟串口程序....
由于普通单片机只有一个串口,由于用户可能会用到多个串口,而对于双串口的单片机价格贵,不如自己动手选择两个IO口,自己模拟串口通讯,以下为模拟串口程序.-Because there is only one common single-chip serial port, as the user might use multiple serial ports, dual serial ports for the price of your microcontroller, it is better to select two IO own mouth that they simulation serial communication, the following for Simulation of serial procedures.
- 2022-09-26 00:25:03下载
- 积分:1
-
Minigui编程应用开发,介绍了嵌入式环境下图形开发方法
Minigui编程应用开发,介绍了嵌入式环境下图形开发方法-Minigui programming application development, introduction of the embedded graphics development methodology environment
- 2022-07-17 15:09:51下载
- 积分:1
-
arm9 强大功能boot,对于arm9 的开发支持非常之好,调试,引导,擦写,上传,等很方便...
arm9 强大功能boot,对于arm9 的开发支持非常之好,调试,引导,擦写,上传,等很方便-arm9 power boot, for the development of arm9 very good support, debugging, and guide, write, upload, and very convenient
- 2022-07-10 07:38:01下载
- 积分: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
-
基于视觉的道路识别技术的智能小车导航源代码
基于视觉的道路识别技术的智能小车导航源代码-the road based on visual identification of intelligent vehicle navigation source code
- 2022-03-18 18:22:58下载
- 积分:1
-
电能计量芯片SA9904的读写程序,用的是SPI方式,IAR MAP430开发环境!...
电能计量芯片SA9904的读写程序,用的是SPI方式,IAR MAP430开发环境!-SA9904 chip energy metering reading and writing process, using the SPI mode, IAR MAP430 development environment!
- 2022-07-19 14:46:27下载
- 积分:1
-
电脑鼠走迷宫基于STM32处理器的硬件驱动程序
这是电脑鼠走迷宫的硬件驱动程序,主要是基于STM32单片机为处理器的硬件基础,通过调用外设库进行程序的编写,主要有电机驱动,编码器数据采集,红外对管数据发送与接收
- 2023-01-29 12:35:03下载
- 积分:1
-
本程序简单的示范了如何使用ATMEGA16的定时器
AVR定时器的要点介绍
T0工作于CTC模式,输出1KHz/2KHz 50%占空比的方波...
本程序简单的示范了如何使用ATMEGA16的定时器
AVR定时器的要点介绍
T0工作于CTC模式,输出1KHz/2KHz 50%占空比的方波
T1工作于快速PWM模式兼输入捕捉
T2工作于相位修正PWM模式,输出490Hz的8bit PWM波-This procedure simple demonstration how to use the ATmega16 timers AVR timer T0 introduce the main points of work in CTC mode, the output 1KHz/2KHz 50 duty cycle square wave T1 work in fast PWM mode Input Capture and work on phase-corrected T2 PWM mode, the output of 8bit PWM wave 490Hz
- 2022-08-13 06:51:05下载
- 积分:1
-
包括boa
包括boa-0.94.13和cgic205,适合嵌入式web服务器建设-Including the boa-0.94.13 and cgic205, suitable for building embedded web server
- 2022-03-23 11:32:25下载
- 积分:1