V3s_ircut.h 239 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 #ifndef V3S_IRCUT_H #define V3S_IRCUT_H void V3s_Ircut_Init(); int V3s_Ircut_uInit() ; void V3s_set_amplifier(int amplifier_mode); int V3s_PWM_contrl(int PWM_num); void Ircut_V3S_Set_OutPutPowerControl(int power_control); #endif