We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9e67e commit dcfd890Copy full SHA for dcfd890
src/RGBColor.h
@@ -17,6 +17,7 @@
17
// along with Shift Register LED Matrix Project. If not, see <http://www.gnu.org/licenses/>.
18
#ifndef __RGBCOLOR_H__
19
#define __RGBCOLOR_H__
20
+#include <Arduino.h>
21
22
#ifndef TWELVE_BIT_COLOR
23
#define TWELVE_BIT_COLOR (defined(__arm__) && defined(TEENSYDUINO))||defined(__AVR_ATmega2560__)||defined ( ESP8266 )
0 commit comments