资源简介

采用位置式pid进行控制,效果还不错。需要的可以下载看看。

资源截图

代码片段和文件信息

#include “l298n.h“
#include “stm32f10x_conf.h“
void L298N_GPIO_Config(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOBENABLE);
GPIO_InitStructure.GPIO_Pin =GPIO_Pin_0 | GPIO_Pin_1;
GPIO_InitStructure.GPIO_Mode=GPIO_Mode_Out_PP;
GPIO_InitStructure.GPIO_Speed =GPIO_Speed_50MHz;
GPIO_Init(GPIOB&GPIO_InitStructure);
GPIO_SetBits(GPIOBGPIO_Pin_0);
GPIO_ResetBits(GPIOBGPIO_Pin_1);

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-12-15 19:36  风洞_位置式PID\
     目录           0  2016-12-15 19:36  风洞_位置式PID\calling\
     文件         439  2016-05-09 17:00  风洞_位置式PID\calling\demo.h
     文件         447  2016-03-29 18:43  风洞_位置式PID\calling\l298n.c
     文件         301  2016-03-29 18:43  风洞_位置式PID\calling\l298n.h
     文件         387  2016-05-16 14:34  风洞_位置式PID\calling\led.c
     文件         510  2016-04-29 14:26  风洞_位置式PID\calling\led.h
     文件        1124  2016-05-14 10:27  风洞_位置式PID\calling\outputdata.c
     文件         108  2011-08-31 18:46  风洞_位置式PID\calling\outputdata.h
     文件         827  2016-05-15 14:45  风洞_位置式PID\calling\PID.c
     文件          90  2016-03-30 18:26  风洞_位置式PID\calling\PID.h
     文件        2040  2016-05-16 15:00  风洞_位置式PID\calling\pwm.c
     文件          86  2016-03-29 18:16  风洞_位置式PID\calling\pwm.h
     文件         554  2016-05-14 08:45  风洞_位置式PID\calling\SysTick.c
     文件         132  2015-12-22 14:14  风洞_位置式PID\calling\SysTick.h
     文件        3219  2016-05-15 09:36  风洞_位置式PID\calling\usart1.c
     文件         193  2016-04-30 08:47  风洞_位置式PID\calling\usart1.h
     文件        3637  2016-05-15 08:31  风洞_位置式PID\calling\USART2_Blue.c
     文件         222  2016-05-15 08:31  风洞_位置式PID\calling\USART2_Blue.h
     目录           0  2016-12-15 19:36  风洞_位置式PID\CMSIS\
     文件       17273  2010-06-07 10:25  风洞_位置式PID\CMSIS\core_cm3.c
     文件       85714  2011-02-09 14:59  风洞_位置式PID\CMSIS\core_cm3.h
     文件      633941  2011-03-10 10:51  风洞_位置式PID\CMSIS\stm32f10x.h
     文件       36557  2011-03-10 10:51  风洞_位置式PID\CMSIS\system_stm32f10x.c
     文件        2085  2011-03-10 10:51  风洞_位置式PID\CMSIS\system_stm32f10x.h
     目录           0  2016-12-15 19:36  风洞_位置式PID\FWLIB\
     目录           0  2016-12-15 19:36  风洞_位置式PID\FWLIB\inc\
     文件        8982  2011-03-10 10:47  风洞_位置式PID\FWLIB\inc\misc.h
     文件       21690  2011-03-10 10:47  风洞_位置式PID\FWLIB\inc\stm32f10x_adc.h
     文件        7555  2011-03-10 10:47  风洞_位置式PID\FWLIB\inc\stm32f10x_bkp.h
     文件       27559  2011-03-10 10:47  风洞_位置式PID\FWLIB\inc\stm32f10x_can.h
............此处省略135个文件信息

评论

共有 条评论