0

I am trying to use the RPI 3's hardware PWM pin.

Is there a simple Bash script or C program that activates and controls the PWM pin?

kvu787
  • 943
  • 2
  • 10
  • 13

1 Answers1

2

WiringPi has written a GPIO utility for testing against the Raspberry GPIO pins. It includes PWM functionallity. Check it out on http://wiringpi.com/the-gpio-utility/

Matz
  • 371
  • 1
  • 2
  • 5
  • This answer is supported by https://www.raspberrypi.org/forums/viewtopic.php?p=273886#p273886 – kvu787 Oct 06 '16 at 22:40