bigjosh / SimpleNeoPixelDemo

A demonstration showing how easy it can be to drive WS2812 NeoPixels
MIT License
223 stars 59 forks source link

Any way to convert this for Teensy 3.6? #9

Closed GhostToast closed 5 years ago

GhostToast commented 5 years ago

I recently upgraded to a Teensy 3.6 and am unable to compile this sketch. https://gist.github.com/GhostToast/c244ca4786cb3aee867161d9da998826 Any ideas would be greatly appreciated!

bigjosh commented 5 years ago

This code is very specifically written to directly access the hardware of the the AVR microprocessor like the ones used on traditional (Uno) Arduino boards. It is not at all portable to other platforms or kinds of processors.

Luckily the Teensy has its own very very nice way to drive Neopixels... https://www.pjrc.com/teensy/td_libs_OctoWS2811.html