Skip to content

611code/stm32-InfraredRomote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stm32-红外遥控驱动

效果

获取红外发射器的键码值

配置

硬件

stm32f407ve

红外发射器与接收器如下

1729658258883

hal库

cubemx配置:(可选)

时钟配置为168MHz

1729658344611

1729658369417

快速使用

#include "InfraredRomote.h"

头文件需要更改

初始化

InfraredRemote_Init();

使用

key = InfraredRemote_Get_KeyNum();

key即为接收的键码值

注意

接收的即为键码值,不是遥控器的值

About

基于stm32f407的红外遥控

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from 611code/STM_Model