Skip to content

Commit 40e36d5

Browse files
authored
Moved README.rst from pulseio.PWMOut to pwmio.PWMOut
1 parent 26976d1 commit 40e36d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Usage Example
5757
5858
from adafruit_slideshow import PlayBackOrder, SlideShow
5959
import board
60-
import pulseio
60+
import pwmio
6161
6262
# Create the slideshow object that plays through once alphabetically.
63-
slideshow = SlideShow(board.DISPLAY, pulseio.PWMOut(board.TFT_BACKLIGHT), folder="/",
63+
slideshow = SlideShow(board.DISPLAY, pwmio.PWMOut(board.TFT_BACKLIGHT), folder="/",
6464
loop=False, order=PlayBackOrder.ALPHABETICAL)
6565
6666
while slideshow.update():

0 commit comments

Comments
 (0)