-
stm32_esp8266
使用stm32f103连接dht11采集温湿度数据。将收到的数据通过esp8266上传到服务器端(Temperature and humidity data were collected by connecting STM32F103 with dht11. Upload the received data to the server through esp8266)
- 2021-02-01 15:30:00下载
- 积分:1
-
四旋翼 (简单可飞)
#include
#include "newtype.h"
#include "delay.h"
#include "Clock.h"
#include "timer.h"
#include "pwm4.h"
#include "uart1.h"
#include "uart2.h"
#include "I2C.h"
#include "spi.h"
#include "spi2.h"
#include "adc1.h"
#include "adc2.h"
#include "capture1.h"
#include "control.h"
#include "rc.h"
#include "IMU.h"
/*
u8 key_scan(void)
{
static u8 key_down=0;
if(key_down==0 && (P2IN & BIT1==0 || P1IN & BIT1==0))
{
key_down=1;
delay_ms(10);
if(P2IN & BIT1==0)
return 1;
if(P1IN & BIT1==0)
return 2;
}else if(P2IN & BIT1==1 && P1IN & BIT1==1) key_down=0;
return 0;
}
*/
u8 key_flag=0;
u8 key_start=0;
extern u8 updown;
u8 i;
void System_I
- 2022-03-23 19:11:42下载
- 积分:1
-
ddeclientvc
说明: DDE CLIENT,用于dde方式读区服务器内容(DDE Client for dde reading of server content)
- 2006-03-10 15:42:05下载
- 积分:1
-
-TV-platform-
一种求解电大平台天线互耦的时域积分方程快速算法(Solving the Antenna TV platform stie fast algorithm)
- 2013-12-05 19:25:04下载
- 积分:1
-
该程序是用c#做的文件分块程序,具有分块与合并文件的功能!
该程序是用c#做的文件分块程序,具有分块与合并文件的功能!-that the procedure was done using c# block a document procedures with block the merger documents with the function!
- 2023-01-15 03:20:03下载
- 积分:1
-
NIOSIIREV5.0
很好的学习FPGA嵌入式的资料!适合初学者和工程师参考!(Good learning FPGA embedded information! Suitable for beginners and engineers reference!)
- 2013-08-10 17:24:50下载
- 积分:1
-
fw
说明: 数字信号处理,滤波,维纳滤波器,维纳—霍夫方程(Digital signal processing, filtering, Wiener filter, Wiener- Hoff equation)
- 2011-11-06 13:01:49下载
- 积分:1
-
终极代理CC发包压力测试
说明: 免费分享给大家多多关照以后有很多不懂的大家多多帮忙(Free for everyone to learn)
- 2020-06-23 11:00:02下载
- 积分:1
-
Project2
通过图片的外参数矩阵对图片进行透视变换,对图片的外参数进行校正(camera calibration)
- 2014-11-14 23:49:33下载
- 积分:1
-
STM32F103ZET6+6050dmp滤波+oled显示
IIC oled显示mpu6050经DMP滤波后的数据,附带显示MCU的核心温度(IIC OLED shows the data of mpu6050 filtered by DMP, and the core temperature of MCU is attached)
- 2020-11-16 21:29:41下载
- 积分:1