-
基于89S52的和菲利普收音模块5767的收音机程序。内含自动搜索,但是需要进一步的完善,可以学习和了解I2C的通讯方式。...
基于89S52的和菲利普收音模块5767的收音机程序。内含自动搜索,但是需要进一步的完善,可以学习和了解I2C的通讯方式。-89S52-based radio module and Philip 5767 radio program. Includes automatic search, but it needs further improvement can learn and understand the I2C communications.
- 2023-05-06 08:55:03下载
- 积分:1
-
嵌入式linux下关于mtd层源代码分析
嵌入式linux下关于mtd层源代码分析-Embedded linux on the MTD layer under the source code analysis
- 2022-02-01 11:23:29下载
- 积分:1
-
一个Flash下载工具,主要是通过调用USB驱动,将数据写到arm开发板的Flash中。...
一个Flash下载工具,主要是通过调用USB驱动,将数据写到arm开发板的Flash中。-download a Flash tools, mainly by calling the USB drive, the data development board wrote arm of Flash.
- 2022-01-21 22:14:17下载
- 积分:1
-
单片机测温程序,可以测出
单片机测温程序,可以测出-50到100度的温度,通过温度传感器-MCU temprature
- 2022-03-15 10:32:17下载
- 积分:1
-
工控中PLC是最主要的设备之一,该源码实现PLC内部FIRMWARE对梯形图的解释,想国产PLC的人可以认真...
工控中PLC是最主要的设备之一,该源码实现PLC内部FIRMWARE对梯形图的解释,想国产PLC的人可以认真-IPC PLC is one of the main equipment, the source PLC internal FIRMWARE right Ladder explanation to the domestic PLC can seriously look at
- 2022-11-20 07:40:04下载
- 积分:1
-
这是一个复数乘法器,相信对经常从事dsp信号处理的人士有帮助,该乘法器采用先进的dspbuilder进行建模,既简洁又实用。...
这是一个复数乘法器,相信对经常从事dsp信号处理的人士有帮助,该乘法器采用先进的dspbuilder进行建模,既简洁又实用。-This is a complex multiplier, believe that engaging in regular dsp signal processing to help those who have the multiplier dspbuilder the use of advanced modeling, both simple and practical.
- 2022-03-23 12:51:26下载
- 积分:1
-
一看到门x2502345 C外部微控制器
One for the external microcontroller to see the door x2502345 c-language program-A BCD conversion software for the microcontroller, 16-hex BCD conversion software
- 2022-03-21 16:26:44下载
- 积分:1
-
Alarm Generator, has a detailed C language code, there is a detailed electrical...
报警产生器,有详细的C语言代码,还有详细的电图,可通过PROTEUS仿真。-Alarm Generator, has a detailed C language code, there is a detailed electrical diagram, through the PROTEUS simulation.
- 2023-08-27 14:40:04下载
- 积分:1
-
这个例子
This example for C-This example for C++
- 2023-03-11 12: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