summaryrefslogtreecommitdiff
path: root/shared-bindings/pwmio/__init__.h
AgeCommit message (Collapse)Author
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
This gives us better granularity when implementing new ports because PWMOut is commonly implemented before PulseIn and PulseOut. Fixes #3211