文件名称:Infrared-remote-control
介绍说明--下载内容来自于网络,使用问题请自行百度
红外遥控器学习程序
源程序编译使用了:COSMIC STM8 32K Compiler 4.3.4版
程序烧写与调试使用了 ST Visual Develop Version 4.3.5,烧写调试适配器为st-link v2
C语言源代码在code\user目录下
程序使用了CAFrame框架,CAFrame主要特点是,应用与驱动的分离;
Frame.c CAFrame.h 这两个文件是不需要修改的,App.c是功能实现文件
Driver.c是器件通用的驱动部分,drv_init函数在C语言入口函数里被调用,任何初始化的驱动部分应该在此调用。
如果不想使用CAFrame框架,可只参考ir.c里实现的记忆和接收红外码功能和App.c内实现的应用逻辑;-Infrared remote control learning program
Source compilation using the: COSMIC STM8 32K Compiler 4.3.4 version
Program programming and debugging using the ST Visual Develop Version 4.3.5, programming debugging adapter st-link v2
C language source code in the code \ user directory
CAFrame framework used procedures, CAFrame main feature is the separation of applications and drivers
Frame.c CAFrame.h These two files do not need to be modified, App.c is the function implementation file
Driver.c is the general driver part of the device. The drv_init function is called in the C language entry function, and any initialized driver part should be called here.
If you do not want to use the CAFrame framework, can only refer to ir.c to achieve the memory and receive infrared code function and App.c implementation of the application logic
源程序编译使用了:COSMIC STM8 32K Compiler 4.3.4版
程序烧写与调试使用了 ST Visual Develop Version 4.3.5,烧写调试适配器为st-link v2
C语言源代码在code\user目录下
程序使用了CAFrame框架,CAFrame主要特点是,应用与驱动的分离;
Frame.c CAFrame.h 这两个文件是不需要修改的,App.c是功能实现文件
Driver.c是器件通用的驱动部分,drv_init函数在C语言入口函数里被调用,任何初始化的驱动部分应该在此调用。
如果不想使用CAFrame框架,可只参考ir.c里实现的记忆和接收红外码功能和App.c内实现的应用逻辑;-Infrared remote control learning program
Source compilation using the: COSMIC STM8 32K Compiler 4.3.4 version
Program programming and debugging using the ST Visual Develop Version 4.3.5, programming debugging adapter st-link v2
C language source code in the code \ user directory
CAFrame framework used procedures, CAFrame main feature is the separation of applications and drivers
Frame.c CAFrame.h These two files do not need to be modified, App.c is the function implementation file
Driver.c is the general driver part of the device. The drv_init function is called in the C language entry function, and any initialized driver part should be called here.
If you do not want to use the CAFrame framework, can only refer to ir.c to achieve the memory and receive infrared code function and App.c implementation of the application logic
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Infrared remote control learning program/CODE/24cxx.ls
Infrared remote control learning program/CODE/24cxx.o
Infrared remote control learning program/CODE/app.ls
Infrared remote control learning program/CODE/app.o
Infrared remote control learning program/CODE/checkres.spy
Infrared remote control learning program/CODE/Debug/24cxx.ls
Infrared remote control learning program/CODE/Debug/24cxx.o
Infrared remote control learning program/CODE/Debug/app.ls
Infrared remote control learning program/CODE/Debug/app.o
Infrared remote control learning program/CODE/Debug/driver.ls
Infrared remote control learning program/CODE/Debug/driver.o
Infrared remote control learning program/CODE/Debug/frame.ls
Infrared remote control learning program/CODE/Debug/frame.o
Infrared remote control learning program/CODE/Debug/ir.ls
Infrared remote control learning program/CODE/Debug/ir.o
Infrared remote control learning program/CODE/Debug/irrecv.elf
Infrared remote control learning program/CODE/Debug/irrecv.lkf
Infrared remote control learning program/CODE/Debug/irrecv.map
Infrared remote control learning program/CODE/Debug/irrecv.s19
Infrared remote control learning program/CODE/Debug/irrecv.sm8
Infrared remote control learning program/CODE/Debug/progprj.stp
Infrared remote control learning program/CODE/Debug/pt2262.ls
Infrared remote control learning program/CODE/Debug/pt2262.o
Infrared remote control learning program/CODE/Debug/stm8_interrupt_vector.ls
Infrared remote control learning program/CODE/Debug/stm8_interrupt_vector.o
Infrared remote control learning program/CODE/driver.ls
Infrared remote control learning program/CODE/driver.o
Infrared remote control learning program/CODE/frame.ls
Infrared remote control learning program/CODE/frame.o
Infrared remote control learning program/CODE/ir.ls
Infrared remote control learning program/CODE/ir.o
Infrared remote control learning program/CODE/irrecv.dep
Infrared remote control learning program/CODE/irrecv.elf
Infrared remote control learning program/CODE/irrecv.lkf
Infrared remote control learning program/CODE/irrecv.map
Infrared remote control learning program/CODE/irrecv.sm8
Infrared remote control learning program/CODE/irrecv.stp
Infrared remote control learning program/CODE/irrecv.stw
Infrared remote control learning program/CODE/irrecv.wed
Infrared remote control learning program/CODE/irrecv_Programmer/irrecv_STVP.stp
Infrared remote control learning program/CODE/irrecv_Programmer/irrecv_STVP_OPTION BYTE.hex
Infrared remote control learning program/CODE/Release/irrecv.lkf
Infrared remote control learning program/CODE/stm8_interrupt_vector.ls
Infrared remote control learning program/CODE/stm8_interrupt_vector.o
Infrared remote control learning program/CODE/TAGS.txt
Infrared remote control learning program/CODE/TAGS_Filelist.txt
Infrared remote control learning program/CODE/user/24cxx.c
Infrared remote control learning program/CODE/user/24cxx.h
Infrared remote control learning program/CODE/user/App.c
Infrared remote control learning program/CODE/user/CaFrame.h
Infrared remote control learning program/CODE/user/Cfg.h
Infrared remote control learning program/CODE/user/Driver.c
Infrared remote control learning program/CODE/user/Driver.h
Infrared remote control learning program/CODE/user/Frame.c
Infrared remote control learning program/CODE/user/ir.c
Infrared remote control learning program/CODE/user/ir.h
Infrared remote control learning program/CODE/user/stm8s.h
Infrared remote control learning program/CODE/user/stm8_interrupt_vector.c
Infrared remote control learning program/CODE/编译好的程序.s19
Infrared remote control learning program/文档/c500ir.jpg
Infrared remote control learning program/文档/IRCtlV3.pdf
Infrared remote control learning program/文档/说明.docx
Infrared remote control learning program/资料/HF32F(JZC-32F)_cn.pdf
Infrared remote control learning program/资料/hs38b.pdf
Infrared remote control learning program/CODE/Debug
Infrared remote control learning program/CODE/irrecv_Programmer
Infrared remote control learning program/CODE/Release
Infrared remote control learning program/CODE/user
Infrared remote control learning program/CODE
Infrared remote control learning program/文档
Infrared remote control learning program/资料
Infrared remote control learning program
Infrared remote control learning program/CODE/24cxx.o
Infrared remote control learning program/CODE/app.ls
Infrared remote control learning program/CODE/app.o
Infrared remote control learning program/CODE/checkres.spy
Infrared remote control learning program/CODE/Debug/24cxx.ls
Infrared remote control learning program/CODE/Debug/24cxx.o
Infrared remote control learning program/CODE/Debug/app.ls
Infrared remote control learning program/CODE/Debug/app.o
Infrared remote control learning program/CODE/Debug/driver.ls
Infrared remote control learning program/CODE/Debug/driver.o
Infrared remote control learning program/CODE/Debug/frame.ls
Infrared remote control learning program/CODE/Debug/frame.o
Infrared remote control learning program/CODE/Debug/ir.ls
Infrared remote control learning program/CODE/Debug/ir.o
Infrared remote control learning program/CODE/Debug/irrecv.elf
Infrared remote control learning program/CODE/Debug/irrecv.lkf
Infrared remote control learning program/CODE/Debug/irrecv.map
Infrared remote control learning program/CODE/Debug/irrecv.s19
Infrared remote control learning program/CODE/Debug/irrecv.sm8
Infrared remote control learning program/CODE/Debug/progprj.stp
Infrared remote control learning program/CODE/Debug/pt2262.ls
Infrared remote control learning program/CODE/Debug/pt2262.o
Infrared remote control learning program/CODE/Debug/stm8_interrupt_vector.ls
Infrared remote control learning program/CODE/Debug/stm8_interrupt_vector.o
Infrared remote control learning program/CODE/driver.ls
Infrared remote control learning program/CODE/driver.o
Infrared remote control learning program/CODE/frame.ls
Infrared remote control learning program/CODE/frame.o
Infrared remote control learning program/CODE/ir.ls
Infrared remote control learning program/CODE/ir.o
Infrared remote control learning program/CODE/irrecv.dep
Infrared remote control learning program/CODE/irrecv.elf
Infrared remote control learning program/CODE/irrecv.lkf
Infrared remote control learning program/CODE/irrecv.map
Infrared remote control learning program/CODE/irrecv.sm8
Infrared remote control learning program/CODE/irrecv.stp
Infrared remote control learning program/CODE/irrecv.stw
Infrared remote control learning program/CODE/irrecv.wed
Infrared remote control learning program/CODE/irrecv_Programmer/irrecv_STVP.stp
Infrared remote control learning program/CODE/irrecv_Programmer/irrecv_STVP_OPTION BYTE.hex
Infrared remote control learning program/CODE/Release/irrecv.lkf
Infrared remote control learning program/CODE/stm8_interrupt_vector.ls
Infrared remote control learning program/CODE/stm8_interrupt_vector.o
Infrared remote control learning program/CODE/TAGS.txt
Infrared remote control learning program/CODE/TAGS_Filelist.txt
Infrared remote control learning program/CODE/user/24cxx.c
Infrared remote control learning program/CODE/user/24cxx.h
Infrared remote control learning program/CODE/user/App.c
Infrared remote control learning program/CODE/user/CaFrame.h
Infrared remote control learning program/CODE/user/Cfg.h
Infrared remote control learning program/CODE/user/Driver.c
Infrared remote control learning program/CODE/user/Driver.h
Infrared remote control learning program/CODE/user/Frame.c
Infrared remote control learning program/CODE/user/ir.c
Infrared remote control learning program/CODE/user/ir.h
Infrared remote control learning program/CODE/user/stm8s.h
Infrared remote control learning program/CODE/user/stm8_interrupt_vector.c
Infrared remote control learning program/CODE/编译好的程序.s19
Infrared remote control learning program/文档/c500ir.jpg
Infrared remote control learning program/文档/IRCtlV3.pdf
Infrared remote control learning program/文档/说明.docx
Infrared remote control learning program/资料/HF32F(JZC-32F)_cn.pdf
Infrared remote control learning program/资料/hs38b.pdf
Infrared remote control learning program/CODE/Debug
Infrared remote control learning program/CODE/irrecv_Programmer
Infrared remote control learning program/CODE/Release
Infrared remote control learning program/CODE/user
Infrared remote control learning program/CODE
Infrared remote control learning program/文档
Infrared remote control learning program/资料
Infrared remote control learning program
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.