Rename files to move them in the IDE

This commit is contained in:
Scott Lahteine
2015-04-25 21:04:54 -07:00
parent ac9ca64c50
commit a22a228bcc
12 changed files with 22 additions and 22 deletions

View File

@@ -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();