adafruit / Adafruit_DotStar

GNU General Public License v3.0
98 stars 58 forks source link

Set SPI clock to 8Mhz on chipKIT (PIC32) by default #16

Closed EmbeddedMan closed 2 years ago

EmbeddedMan commented 7 years ago

Currently it gets set to about 750Khz. Use beginTransaction/endTransaction calls to set speed for all PIC32s to 8Mhz, so that it matches the default speed on other supported cores (ESP8266, AVR, Teensy, etc.)

caternuson commented 2 years ago

Closing. This seems to have been fixed by #17 at the time of the issue.