06ae832276
Note that newer versions of the IDE can still be made to support compilation for the older boards.
9 lines
147 B
C
9 lines
147 B
C
/*
|
|
blinkm.h
|
|
Library header file for BlinkM library
|
|
*/
|
|
|
|
#include "Arduino.h"
|
|
#include "Wire.h"
|
|
|
|
void SendColors(byte red, byte grn, byte blu);
|