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.
Dependents: WS2812_out_of_specification_demo
Diff: WS2812.cpp
- Revision:
- 3:d56ffdf7beeb
- Parent:
- 1:c278c3d136bb
- Child:
- 4:b230e85fc5e7
--- a/WS2812.cpp	Mon Aug 04 16:14:07 2014 +0000
+++ b/WS2812.cpp	Mon Aug 04 16:22:40 2014 +0000
@@ -16,7 +16,7 @@
 
 }
 
-void WS2812::update(int buff[])
+void WS2812::write(int buff[])
 {
     // for each of the data points in the buffer
     for (int i = 0; i < __size ; i++) {