Firmware2/Marlin/blinkm.h
Richard Wackerbarth 06ae832276 Deprecate Support for Arduino IDE < 1.0.5
Note that newer versions of the IDE can still
be made to support compilation for the older boards.
2015-06-08 17:15:28 -05:00

10 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);