Hello, I'm trying to have a buzzer sound and an LED light blink at the same time with independent duty cycles, and frequency. I tried to do this with two different pins, but it seems to glitch (buzzer crackling and LED visually crackling) #!/usr/bin/env python import RPi.GPIO as GPIO import time fro...