changed because of naming conflict

Fork of LinearBlend by Bradley Perry

Revision:
4:a25456624155
Parent:
2:8e81d72bf792
--- a/LinearBlend.h	Mon Nov 24 03:33:14 2014 +0000
+++ b/LinearBlend.h	Wed May 13 19:21:33 2015 +0000
@@ -4,7 +4,7 @@
 #include "mbed.h"
 
 // Define a BaseClass called LinearBlend
-class LinearBlend{
+class LinearBlend1{
     /***********************************************************
     Constructor
     ***********************************************************/
@@ -14,7 +14,7 @@
     Functions
     ***********************************************************/
     public:
-    LinearBlend(); 
+    LinearBlend1(); 
     /*void init(float end, float start, int t_blend);
     float* blend(float ref[]);*/
     float* blend(float end, float s, int t_blend, float ref[]);