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

main.cpp

Committer:
bikeNomad
Date:
2013-12-05
Revision:
18:d98353e8c61c
Parent:
17:b4e9d8f4baa9
Child:
19:600deef36348

File content as of revision 18:d98353e8c61c:

#include "mbed.h"
#include "WS2811.h"

int main(void)
{
    WS2811 lightStrip(60*4, PTD2, PTD3);
}