V3s_ircut.h 180 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 #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); #endif