Skip to content

Commit d6eddbd

Browse files
fixes
1 parent 9129f42 commit d6eddbd

File tree

1 file changed

+0
-10
lines changed
  • src/adafruit_blinka/microcontroller/starfive/JH7110/pwmio

1 file changed

+0
-10
lines changed

src/adafruit_blinka/microcontroller/starfive/JH7110/pwmio/PWMOut.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,6 @@ class PWMError(IOError):
1919
# pylint: enable=unnecessary-pass
2020

2121

22-
def create(pin, *, frequency=500, duty_cycle=0, variable_frequency=False):
23-
"""test"""
24-
return PWMOut(
25-
pin,
26-
frequency=frequency,
27-
duty_cycle=duty_cycle,
28-
variable_frequency=variable_frequency,
29-
)
30-
31-
3222
class PWMOut:
3323
"""Pulse Width Modulation Output Class"""
3424

0 commit comments

Comments
 (0)