Go to advanced search

by Syed Abdul Hayi
Fri Jun 19, 2020 1:30 pm
Forum: Troubleshooting
Topic: Hardware PWM
Replies: 1
Views: 64

Hardware PWM

In my raspberry pi 4b, hardware PWM is not working. Please anyone help me with that. I used the code below to run dc motor using L298N but it doesn't rotate. #include <wiringPi.h> #include <stdlib.h> #include <stdio.h> #include <time.h> //Hardware PWM available on GPIO12, GPIO13, GPIO18, GPIO19 #def...

Go to advanced search