Added #ifdef BLINKM around new code. Also refined BlinkM.h.

This commit is contained in:
Tim Koster
2013-09-20 10:57:42 +03:00
parent 88dfeefca3
commit 61db046b32
4 changed files with 8 additions and 1 deletions

View File

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