adafruit / Adafruit_DotStar

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

Support for Intel Galileo Gen 2 and Intel Edison. One line of code ch… #9

Closed russmcinnis closed 8 years ago

russmcinnis commented 8 years ago

Intel Galileo 2/Edison support

The architecture defined for Galileo and Edison was added defined(ARDUINO_X86). One line of code was changed so that SPI_CLOCK_DIV2 would compile. Before the change Galileo and Edison would not compile because of F_CPU. Our internal DotStar test passes using an 8x8 array. We also tested strand test. Galileo Gen 2, Edison and Arduino101 were tested. Galileo Gen 1 works, but is slow. There might be some pin speed options to improve though.

russmcinnis commented 8 years ago

please review

ladyada commented 8 years ago

doesn't look to traumatic to me!