资源简介
对智能车新手特别管用!本人就是通过捷径才会很快上手智能车,对于某些制作智能车紧迫的同学来说这是个不错的选择。
代码片段和文件信息
#include “common.h“
#include “include.h“
#include “calculation.h“
/***********************************************************
函数名称:LCD_KEY_init
函数功能:
入口参数:
出口参数:无
备 注:
***********************************************************/
void LCD_KEY_init (void){
pit_init_ms(PIT2 5); //初始化PIT2,定时时间为: 5ms 按键用定时器
/************************
液晶屏初始化
************************/
gpio_init (PORTC 14 GPO HIGH) ;
gpio_init (PORTC 15 GPO HIGH) ;
gpio_init (PORTC 6 GPO HIGH) ;
gpio_init (PORTC 7 GPO HIGH) ;
gpio_init (PORTB 21 GPO HIGH) ;
gpio_init (PORTB 22 GPO HIGH) ;
LCD_init() ;
/************************
按键初始化
************************/
gpio_Interrupt_init(PORTD 8 GPI EITHER) ;
gpio_Interrupt_init(PORTD 9 GPI EITHER) ;
gpio_Interrupt_init(PORTD 10 GPI EITHER) ;
gpio_Interrupt_init(PORTD 11 GPI EITHER) ;
}
/***********************************************************
函数名称:CCD_init
函数功能:
入口参数:
出口参数:无
备 注:
***********************************************************/
extern u8 BUFF[500] ;
void CCD_INC (void){
gpio_Interrupt_init(PORTD14 GPI_UPFALLING) ; //场中断
gpio_Interrupt_init(PORTD13 GPI_DOWN RING) ; //行中断
//采用通道4传输,主计数器计数到100,每次DMA传输一个字节,采用下降沿触发,源地址是E0口,目的地址是BUFF这个数组
//触发端口是PTD12
DMA_PORTx2BUFF_Init (DMA_CH4 (void *)&PTE_BYTE0_IN BUFF PTD12 DMA_BYTE1 DATACOUNT DMA_rising_down);
}
/***********************************************************
函数名称:LCD_KEY
函数功能:液晶显示和按键程序
入口参数:c : 显示的字符
出口参数:无
备 注:
***********************************************************/
extern u8 key8flg ;
extern u8 key9flg ;
extern u8 key10flg ;
extern u8 key11flg ;
extern u8 keyflg ;
extern u8 TIME0flag_80ms ;
extern u16 ASPeed0 ASPeed1 ASPeed2;
extern u16 ASPeed3 ASPeed4 ASPeed5 ;
void KYELCD(void){
static u8 t8rmp0 = 0t8rmp1 = 0;
static u8 AupDown ;
u8 AspeedS0 AspeedS1 AspeedS2 AspeedS3;
if(key8flg >= 1) {
keyflg = 0 ;
key8flg -- ;
if(AupDown > 0)
{
AupDown -- ;
}
}
if(key11flg >= 1) {
if(AupDown < 5)
{
AupDown ++ ;
}
keyflg = 0 ;
key11flg -- ;
}
/*********************
160ms程序执行代码段
*********************/
if(TIME0flag_80ms == 1)
{
TIME0flag_80ms = 0 ;
if(AupDown == 0)
{
if(key9flg >= 1) {
keyflg = 0 ;
ASPeed0 += key9flg ;
key9flg = 0 ;
}
if(key10flg >= 1){
keyflg = 0 ;
if((ASPeed0-key10flg) < 0)
{
ASPeed0 =
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-08-21 21:55 摄像头采集图像\
目录 0 2014-08-21 21:55 摄像头采集图像\landzok60摄像头测试程序\
目录 0 2014-08-21 21:55 摄像头采集图像\landzok60摄像头测试程序\build\
目录 0 2014-08-21 21:55 摄像头采集图像\landzok60摄像头测试程序\build\Input_demo\
文件 48787 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\Input_demo\fire_Input_demo.dep
文件 52298 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\Input_demo\fire_Input_demo.ewd
文件 55200 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\Input_demo\fire_Input_demo.ewp
目录 0 2014-08-21 21:55 摄像头采集图像\landzok60摄像头测试程序\build\PWM_Input_PIT_demo\
文件 89123 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\PWM_Input_PIT_demo\fire_PWM_Input_PIT_demo.dep
文件 52298 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\PWM_Input_PIT_demo\fire_PWM_Input_PIT_demo.ewd
文件 55332 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\PWM_Input_PIT_demo\fire_PWM_Input_PIT_demo.ewp
目录 0 2014-08-21 21:55 摄像头采集图像\landzok60摄像头测试程序\build\adc_demo\
文件 71310 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\adc_demo\fire_adc_demo.dep
文件 52298 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\adc_demo\fire_adc_demo.ewd
文件 55104 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\adc_demo\fire_adc_demo.ewp
目录 0 2014-08-21 21:55 摄像头采集图像\landzok60摄像头测试程序\build\cmsis_demo\
文件 51930 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\cmsis_demo\fire_cmsis_demo.dep
文件 52298 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\cmsis_demo\fire_cmsis_demo.ewd
文件 55147 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\cmsis_demo\fire_cmsis_demo.ewp
目录 0 2014-08-21 21:55 摄像头采集图像\landzok60摄像头测试程序\build\config files\
文件 2030 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\128KB_Pflash.icf
文件 2206 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\128KB_Pflash_128KB_Dflash.icf
文件 2035 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\128KB_Ram.icf
文件 2030 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\256KB_Pflash.icf
文件 2214 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\256KB_Pflash_256KB_Dflash.icf
文件 2024 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\32KB_Ram.icf
文件 2041 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\512KB_Pflash.icf
文件 2217 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\64KB_Pflash_64KB_Dflash.icf
文件 2024 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\64KB_Ram.icf
文件 3463 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\fire_RAM_K60N512.icf
文件 3441 2013-03-07 21:13 摄像头采集图像\landzok60摄像头测试程序\build\config files\fire_ROM_K60N512.icf
............此处省略604个文件信息
- 上一篇:lingo9.0完美破解变量无限制运行极稳定
- 下一篇:微擎1.7.9.zip
相关资源
- 单片机STC15F2K60S2中文手册
- 智能车K60摄像头组全套代码
- K60中文资料整合版,高清
- 恩智浦智能车竞赛信标车电路图
- oled显示以前做飞思卡尔用过
- MK60DN512ZVLQ10完整芯片资料
- K60驱动LDC1000IAR
- K60中文资料整合版英文原版翻译
- K60驱动OV7670
- 轻松玩转ARM Cortex-M4微控制器-基于Ki
- k60中文数据手册
- STC15F2K60S2系列单片机中文使用手册
- K60芯片资料
- 龙邱整合K60中文资料.pdf
- K60参考指南 数据手册
- k60中文手册
- 飞思卡尔智能车山外K60参考代码V5.1
- k60电磁车整套
- 飞思卡尔K60 单片机三天快速入门
- 山外K60参考代码V5.0.zip
- K60中文完整版.zip
- MK60数据手册
- k60的一级旋转倒立摆
- STC15F2K60S2读取DS18B20温度
- 高丽LK607驱动
- erase_all_pin.jlk
- STC15F2K60S2系列学习板2.RAR
- k60超声波测距
- K60引脚分布简图
- 野火 K60 开发板 原理图
评论
共有 条评论