Skip to content

Commit 9fe37bb

Browse files
author
BiffoBear
committed
Removed adafruit_pca9685 from requirements.txt and wrapped quotes around PWMChannel in doc-string.
1 parent 0ac3968 commit 9fe37bb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

adafruit_rgbled.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ class RGBLED:
8585
with adafruit_rgbled.RGBLED(board.D5, board.D6, board.D7, invert_pwm=True) as rgb_led:
8686
rgb_led.color = (0, 255, 0)
8787
88-
:param Union[Pin, PWMOut, PWMChannel] red_pin:
88+
:param Union[Pin, PWMOut, "PWMChannel"] red_pin:
8989
The connection to the red LED.
90-
:param Union[Pin, PWMOut, PWMChannel] green_pin:
90+
:param Union[Pin, PWMOut, "PWMChannel"] green_pin:
9191
The connection to the green LED.
92-
:param Union[Pin, PWMOut, PWMChannel] blue_pin:
92+
:param Union[Pin, PWMOut, "PWMChannel"] blue_pin:
9393
The connection to the blue LED.
9494
:param bool invert_pwm: False if the RGB LED is common cathode,
9595
True if the RGB LED is common anode. Defaults to False.

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44

55
Adafruit-Blinka
66
adafruit_circuitpython_typing~=1.4
7-
adafruit_pca9685

0 commit comments

Comments
 (0)