commit
1f530beaf1
@ -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.
|
Created by Tim Koster, August 21 2013.
|
||||||
*/
|
*/
|
||||||
#include "Marlin.h"
|
#include "Marlin.h"
|
||||||
#ifdef BLINKM
|
#ifdef BLINKM
|
||||||
|
|
||||||
#include "BlinkM.h"
|
#include "blinkm.h"
|
||||||
|
|
||||||
void SendColors(byte red, byte grn, byte blu) {
|
void SendColors(byte red, byte grn, byte blu) {
|
||||||
Wire.begin();
|
Wire.begin();
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
BlinkM.h
|
blinkm.h
|
||||||
Library header file for BlinkM library
|
Library header file for BlinkM library
|
||||||
*/
|
*/
|
||||||
#if ARDUINO >= 100
|
#if ARDUINO >= 100
|
Loading…
Reference in New Issue