You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gloveboxes edited this page Apr 10, 2015
·
1 revision
#LAB 6: LIGHTING UP WITH NEOPIXELS
The lab requires one of the the following
NeoPixel Ring,
NeoPixel Grid,
NeoPixel Strip,
or a NeoPixel Jewel
You need to change the class that Program inherits from. If you are using a NeoPixel Ring, change the base class to be MakerDenNeoPixelRing. If you have a NeoPixel Grid, then you need to inherit from MakerDenNeoPixelGrid, if a NeoPixel Strip then inherit from MakerDenNeoPixelStrip
##NeoPixel Jewel
using (NeoPixelJewelRun jewel = new NeoPixelJewelRun("jewel"))