adafruit / LPD8806

Arduino library for LED strips and pixels using LPD8806 (and probably LPD8803/LPD8809)

Home Page:http://www.adafruit.com/products/306

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple includes in one project are not possible

caschoff opened this issue · comments

Would it be possible to wrap a

#ifndef __LPD8806_H__
#define __LPD8806_H__

[class]

#endif

around the class definition in the .h file so one can include the .h file multiple times in one project?