adafruit / Adafruit_CircuitPython_CircuitPlayground

CircuitPython library for Circuit Playground Express
MIT License
91 stars 71 forks source link

Don't use PWMOut for PulseOut #120

Closed dhalbert closed 2 years ago

dhalbert commented 2 years ago

As of CircuitPython 7, PulseOut using a PWMOut is deprecated. Instead you pass the pin directly. In Circuitpython 8, using a PWMOut will go away completely. So get ready for that.