White noise demo for the Gameduino

Dependencies:   Gameduino mbed

Revision:
0:9962f75920b3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/random.h	Fri Dec 21 14:07:00 2012 +0000
@@ -0,0 +1,16 @@
+static PROGMEM prog_uchar random_code[] = {
+0x81,0x15,
+0x00,0x80,
+0xED,0xFF,
+0x00,0x66,
+0x00,0x60,
+0x00,0x6C,
+0x81,0x61,
+0x23,0x60,
+0x03,0x61,
+0x00,0x6A,
+0xFF,0x9F,
+0x03,0x63,
+0x82,0x15,
+0x0C,0x70,
+};
\ No newline at end of file