Skip to content

Instantly share code, notes, and snippets.

View mindstorms6's full-sized avatar

Breland Miley mindstorms6

View GitHub Profile
@mrichardson23
mrichardson23 / alphaScroller.ino
Created September 7, 2012 18:29
Simple Message on an LED Scroller with Alpha Protocol
// Commands for Alpha Sign Communication Protocol
byte NUL = 0x00;
byte START_HEADER = 0x01;
byte START_TEXT = 0x02;
byte END_TRANSMISSION = 0x04;
byte ESC = 0x1B;
byte FILL = 0x30;
byte ROTATE = 0x61;
byte SLOW = 0x15;
byte FAST = 0x19;