Adafruit_NeoPixel does not name a type

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
rcichew
 
Posts: 1
Joined: Wed Oct 16, 2013 6:56 pm

Adafruit_NeoPixel does not name a type

Post by rcichew »

Keep getting the name type message. Tried Adafruit_NeoPixel strip = Adafruit_NeoPixel (8, 6, NEO_GRB + NEO_KHZ800); Using Adafruit 8 NeoPixel stick and pin 6 and Adafruit NeoPixel library. Checked to be sure NeoPixel h and cpp are in the right folders. Ist time using NeoPixel. What did I miss?

Also several "strip' was not declared in this scope"

Thanks

User avatar
pburgess
 
Posts: 4161
Joined: Sun Oct 26, 2008 2:29 am

Re: Adafruit_NeoPixel does not name a type

Post by pburgess »

Still sounds like the library's not correctly installed. Where is it located, and is it nested inside other folders or anything? Also, restart the Arduino IDE.

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Adafruit_NeoPixel does not name a type

Post by adafruit_support_rick »

Please review our tutorial on installing libraries:
http://learn.adafruit.com/adafruit-all- ... nstall-use

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”