Listens for instructions over serial and controls some NeoPixels.

Dependencies:   NeoStrip SerialDriver mbed-rtos mbed

Committer:
rossng
Date:
Sun Jan 31 05:32:51 2016 +0000
Revision:
6:795411948a6f
Parent:
2:868c8a43e4b7
Initial public version

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rossng 2:868c8a43e4b7 1 /**** gt.h ****/
rossng 2:868c8a43e4b7 2
rossng 2:868c8a43e4b7 3 const int gt_img[] = {
rossng 2:868c8a43e4b7 4 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0x122446, 0x122446, 0x122446,
rossng 2:868c8a43e4b7 5 0xffff00, 0xffff00, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446,
rossng 2:868c8a43e4b7 6 0xffff00, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446,
rossng 2:868c8a43e4b7 7 0xffff00, 0x122446, 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0xffff00,
rossng 2:868c8a43e4b7 8 0xffff00, 0xffff00, 0x122446, 0x122446, 0xffff00, 0x122446, 0xffff00, 0x122446,
rossng 2:868c8a43e4b7 9 0x122446, 0xffff00, 0xffff00, 0xffff00, 0xffff00, 0x122446, 0xffff00, 0x122446,
rossng 2:868c8a43e4b7 10 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0xffff00, 0x122446,
rossng 2:868c8a43e4b7 11 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0x122446, 0xffff00, 0x122446};
rossng 2:868c8a43e4b7 12