树莓派4B开启两个硬件PWM的方法

在/boot/config.txt 末尾加如下内容:

dtoverlay=pwm-2chan,pin=18,func=2,pin2=19,func2=2

在dotnet中 对应channel 0 和 1  

using PwmChannel pwm0 = PwmChannel.Create(chip: 0, channel: 0, frequency: 4, dutyCyclePercentage: 0.5);
using PwmChannel pwm1 = PwmChannel.Create(chip: 0, channel: 1, frequency: 4, dutyCyclePercentage: 0.5);

上一篇:上位机,c#上位机 支持8通道AD采集电压显示 支持1通道PWM波形演示


下一篇:SC2526高性能电流模式PWM开关