Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想修改 LIRC 以输出非调制信号(没有 36-39 kHz 调制)。我正在查看 irsend.c,但看不到硬件控制代码。它一定在 lirc 主文件中的某个地方。有什么提示吗?
就我而言,解决方案已经在驱动程序中。修改后的树莓派驱动程序 (lirc_rpi) 采用一些参数,其中包括softcarrier。所以如果你这样做:
sudo modprobe lirc_rpi softcarrier=0
载波将被消除。