SmartCar-V1/Code/app/inc/app_ir_controller.h

7 lines
109 B
C
Raw Normal View History

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