adafruit / Adafruit_DotStar_Pi

DotStar module for Python on Raspberry Pi
GNU General Public License v3.0
60 stars 30 forks source link

strandtest.py identifies wrong pins as hardware SPI #8

Closed robotskirts closed 8 years ago

robotskirts commented 8 years ago

Line 21 of strandtest.py says rpi spi pins 11,12 while dotstar.c has 10,11 (which I believe is the correct one)

tdicola commented 8 years ago

Oh nice thanks for catching that, yeah looking at the Pi GPIO mapping 10, 11 is what we want: http://elinux.org/RPi_Low-level_peripherals Thanks!