diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-08-18 13:08:33 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-08-18 13:08:33 -0700 |
| commit | 6857f984269149b46d1cd4283506420f341b2601 (patch) | |
| tree | c37248e39a92eb223b272286c96c68570f797391 /shared-module/framebufferio | |
| parent | 24ca5c021879221b8935d643c9942515902d6bed (diff) | |
Split pulseio.PWMOut into pwmio
This gives us better granularity when implementing new ports because
PWMOut is commonly implemented before PulseIn and PulseOut.
Fixes #3211
Diffstat (limited to 'shared-module/framebufferio')
| -rw-r--r-- | shared-module/framebufferio/FramebufferDisplay.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-module/framebufferio/FramebufferDisplay.h b/shared-module/framebufferio/FramebufferDisplay.h index 89df0d27c..d73d4b9a9 100644 --- a/shared-module/framebufferio/FramebufferDisplay.h +++ b/shared-module/framebufferio/FramebufferDisplay.h @@ -33,7 +33,6 @@ #include "shared-bindings/digitalio/DigitalInOut.h" #include "shared-bindings/displayio/Group.h" -#include "shared-bindings/pulseio/PWMOut.h" #include "shared-module/displayio/area.h" #include "shared-module/displayio/display_core.h" |
