12 changed files with 22 additions and 22 deletions
@ -1,11 +1,11 @@ |
|||
/*
|
|||
BlinkM.cpp - Library for controlling a BlinkM over i2c |
|||
blinkm.cpp - Library for controlling a BlinkM over i2c |
|||
Created by Tim Koster, August 21 2013. |
|||
*/ |
|||
#include "Marlin.h" |
|||
#ifdef BLINKM |
|||
|
|||
#include "BlinkM.h" |
|||
#include "blinkm.h" |
|||
|
|||
void SendColors(byte red, byte grn, byte blu) { |
|||
Wire.begin(); |
@ -1,5 +1,5 @@ |
|||
/*
|
|||
BlinkM.h |
|||
blinkm.h |
|||
Library header file for BlinkM library |
|||
*/ |
|||
#if ARDUINO >= 100 |
Loading…
Reference in new issue