-
Fund6-StringViewer
字符串,实现了文件中查找想要的字符串,并将其标记出来
- 2010-12-26 20:51:45下载
- 积分:1
-
FuzzyAGV
用C charp编写的图像滤镜效果,包括源代码。(Image filter effects)
- 2014-01-03 09:05:00下载
- 积分:1
-
MQ-7一氧化碳传感器模块
程序是用于51单片机中驱动mq-7传感器所用的程序及芯片资料(The program is used to program and chip data for driving mq-7 sensor in 51 single chip microcomputer.)
- 2020-06-26 23:20:02下载
- 积分:1
-
STM32环境的监测
对温湿度、光照、红外等监控其中 0x000000至0x05FFFF存储的是 雪景图片
0x060000至0x16FFFF存储的是 32X32汉字字库
0x170000至0x1bFFFF存储的是 16X16汉字字库
0x1C0000至0x20FFFF存储的是 键盘图片
- 2022-02-28 12:19:18下载
- 积分:1
-
ht16xx
ht1621的液晶驱动程序,很好用,欢迎下载。(ht16xx LCD driver, useful, welcome to download. A password to extract passwords note that the procedures do not have the passwords.)
- 2006-11-24 09:41:57下载
- 积分:1
-
TS_201_link_test
基于TS201的测试TS8-6U-cPCI板卡上DSP点对点DMA链路口通信速率,(Based on the test TS201 TS8-6U-cPCI board DSP DMA chain crossing point communication rate,)
- 2011-08-16 10:54:45下载
- 积分:1
-
四旋翼飞行器的飞控程序
四旋翼飞行器的飞控程序,基于
#include "include.h"
float tem;
int main(void)
{
delay_init(SYSCLK_FREQ_72);
uart_init(72,115200);
AFIO_Init();
GPIO_Init(GPIOB,Pin_5,GPO_PP_50,LOW);
GPIO_Init(GPIOC,Pin_13,GPO_PP_50,LOW);
Ultra_Init(); //超声波初始化
TIM_PPM_Init(); //遥控器采集初始化
TIM_PWM_Init(CH1,400,4000); //电机控制初始化
TIM_PWM_Init(CH2,400,4000);
TIM_PWM_Init(CH3,400,4000);
TIM_PWM_Init(CH4,400,4000);
ANBT_I2C_Configuration(); //IIC初始化
delay_ms(500);
AnBT_DMP_MPU6050_Init(); //6050DMP初始化
delay_ms(500);
InitHMC5883(); //HMC5883初始化
delay_ms(500);
updateHMC5883();
tem=MAG_angle;
delay_ms(500);
Wake_up_Lock();
FTM_Init(2);
while(1)
{
UnLock_Lock();
}
}
stm32,利用mpu6050内部自带的DMP融合姿态角,采用串级PID算法来完成平衡控制。有很大的参考价值。
- 2022-07-17 11:37:24下载
- 积分:1
-
多线程服务器
多线程http服务器,采用多线程做的http服务器,可以参照来开发性能比较好的服务器- The multi-thread http server, uses the http server which the multithreading does, may refer to develops the performance quite good server
- 2022-07-04 12:06:37下载
- 积分:1
-
tongxun
用winsock实现两机通讯的一个小软件 特别简单
不再具体介绍(Winsock implementation to use two planes, a small communications software in particular is no longer easy introduction of specific)
- 2009-03-06 09:33:16下载
- 积分:1
-
LoRaMac-node-master
说明: Lora芯片的驱动,可以实现lora点对点或者组网,也可以用于实现loraone(the driver for lora chips, which can be used for p2p or mesh network)
- 2020-06-16 13:20:02下载
- 积分:1