Kevin Lee / ShieldBot_v12

Fork of Shield_Bot_v12 by Kevin Lee

Embed: (wiki syntax)

« Back to documentation index

Shieldbot Class Reference

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.