Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BlynkNeopixelW7500 Blynk_Example_WIZwiki-W7500 WIZnetInterface_ WS2812 mbed
Fork of Blynk_Example_WIZwiki-W7500 by
Revision 3:523ddb62698b, committed 2017-11-28
- Comitter:
- jcm931213
- Date:
- Tue Nov 28 00:49:57 2017 +0000
- Parent:
- 2:270491d6e155
- Commit message:
- Blynk NeoPixelRing w7500
Changed in this revision
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);
