Removed #ifndef BLINKM

This commit is contained in:
Tim Koster 2013-09-22 10:43:27 +03:00
parent 61db046b32
commit 97b0da0c2e

View file

@ -8,11 +8,7 @@
# include "WProgram.h"
#endif
#ifndef BLINKM
#define BLINKM
#include "Wire.h"
void SendColors(byte red, byte grn, byte blu);
#endif