Simple 8x8 LED Matrix controller which interfaces with a Processing GUI over serial to display sketches

Dependencies:   Multi_WS2811 mbed

Fork of Multi_WS2811_test by Ned Konz

Committer:
bikeNomad
Date:
Thu Dec 05 15:39:39 2013 +0000
Revision:
18:d98353e8c61c
Parent:
17:b4e9d8f4baa9
Child:
19:600deef36348
renamed back to WS2811

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bikeNomad 17:b4e9d8f4baa9 1 #include "mbed.h"
bikeNomad 18:d98353e8c61c 2 #include "WS2811.h"
bikeNomad 17:b4e9d8f4baa9 3
bikeNomad 17:b4e9d8f4baa9 4 int main(void)
bikeNomad 17:b4e9d8f4baa9 5 {
bikeNomad 18:d98353e8c61c 6 WS2811 lightStrip(60*4, PTD2, PTD3);
bikeNomad 17:b4e9d8f4baa9 7 }