STM32MiniC8T6_TestLogic/Code/app/inc/app_ir_controller.h
2026-05-10 21:35:40 +08:00

7 lines
109 B
C

#ifndef __APP_IR_CONTROLLER_H__
#define __APP_IR_CONTROLLER_H__
void app_irControllerProcess(void);
#endif