estherjk / particle-light-alexa

Asking Amazon Alexa to control a light ft. NeoPixels and Particle Photon
https://youtu.be/y9VvusYF1sg
MIT License
26 stars 9 forks source link

changing the pixel ring #2

Open dougstrickland opened 7 years ago

dougstrickland commented 7 years ago

If I change this to an adafruit 24 led ring, do I change the #define PIXEL_COUNT 16 to 24?

estherjk commented 7 years ago

Yes, change PIXEL_COUNT to 24. That should work!