blynk & neopixelring & w7500

Dependencies:   BlynkNeopixelW7500 Blynk_Example_WIZwiki-W7500 WIZnetInterface_ WS2812 mbed

Fork of Blynk_Example_WIZwiki-W7500 by IOP

Files at this revision

API Documentation at this revision

Comitter:
jcm931213
Date:
Tue Nov 28 00:49:57 2017 +0000
Parent:
2:270491d6e155
Commit message:
Blynk NeoPixelRing w7500

Changed in this revision

Blynk.lib Show annotated file Show diff for this revision Revisions of this file
WIZnetInterface.lib Show annotated file Show diff for this revision Revisions of this file
WS2812.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 270491d6e155 -r 523ddb62698b Blynk.lib
--- a/Blynk.lib	Mon Nov 27 11:50:09 2017 +0000
+++ b/Blynk.lib	Tue Nov 28 00:49:57 2017 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/IOP/code/WIZwiki-7500_Blynk/#bc3d69c01bf2
+https://os.mbed.com/users/jcm931213/code/BlynkNeopixelW7500/#bc3d69c01bf2
diff -r 270491d6e155 -r 523ddb62698b WIZnetInterface.lib
--- a/WIZnetInterface.lib	Mon Nov 27 11:50:09 2017 +0000
+++ b/WIZnetInterface.lib	Tue Nov 28 00:49:57 2017 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/WIZnet/code/WIZnetInterface/#206920aceb69
+https://os.mbed.com/users/jcm931213/code/WIZnetInterface_/#206920aceb69
diff -r 270491d6e155 -r 523ddb62698b WS2812.lib
--- a/WS2812.lib	Mon Nov 27 11:50:09 2017 +0000
+++ b/WS2812.lib	Tue Nov 28 00:49:57 2017 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/bridadan/code/WS2812/#33b71af3ca0d
+https://os.mbed.com/users/jcm931213/code/WS2812/#33b71af3ca0d
diff -r 270491d6e155 -r 523ddb62698b main.cpp
--- a/main.cpp	Mon Nov 27 11:50:09 2017 +0000
+++ b/main.cpp	Tue Nov 28 00:49:57 2017 +0000
@@ -75,7 +75,7 @@
 {
     int d = param.asInt();
     printf("rainbow button value : %d\r\n", d);
-    while(d){
+    if(d){
          for(int j=0; j<256*5; j++) { 
             for(int i=0; i< WS2812_BUF; i++) {
                 colorbuf[i]=Wheel(((i * 256 / WS2812_BUF) + j) & 255);