Skip to content

Commit 0b809b0

Browse files
authored
Merge pull request #7 from makermelissa/master
Updated example for Feather and Raspberry Pi usage
2 parents 00d6b4d + 31bb065 commit 0b809b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/ws2801_simpletest.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
import board
77
import adafruit_ws2801
88

9-
### Example for a GEMMA M0 driving 50 12mm leds
10-
oclock = board.D2
11-
odata = board.D0
12-
numleds = 50
9+
### Example for a Feather M4 driving 25 12mm leds
10+
odata = board.D5
11+
oclock = board.D6
12+
numleds = 25
1313
bright = 1.0
1414
leds = adafruit_ws2801.WS2801(oclock, odata, numleds, brightness=bright, auto_write=False)
1515

0 commit comments

Comments
 (0)