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.
Fork of Shield_Bot_v12 by
Shieldbot Class Reference
Color pixels class using WS2812B and nRF51822 (16Hz) More...
#include <ShieldBot_v12.h>
Detailed Description
Color pixels class using WS2812B and nRF51822 (16Hz)
Example:
#include "mbed.h" #include "color_pixels.h" ColorPixels pixels(1, 32); int main() { pixels.set_color(0, 0, 255, 0); pixels.update(); while(1) { } }
Definition at line 60 of file ShieldBot_v12.h.
Generated on Tue Jul 12 2022 21:50:49 by
1.7.2
