Kiko Ishimoto / MyLib3

Fork of MyLib by gaku takasawa

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers param_motion.h Source File

param_motion.h

00001 #include "mbed.h"
00002 #define motionNum 2
00003 uint8_t motion[motionNum][10] = {{
00004     0b01110101,0b01110101,0b01110101,0b01110101,0b01110101,
00005     0b01110101,0b01110101,0b01110101,0b01110101,0b01110101},
00006     {0b10101011,0b10101011,0b10101011,0b10101011,0b10101011,
00007     0b10101011,0b10101011,0b10101011,0b10101011,0b10101011}};
00008 
00009 #define playMotionFlame 3
00010 uint8_t PlayMotion[motionNum][playMotionFlame][2][12] = 
00011     {
00012         {
00013             {{'H',0,0,0,0,0,0,0,0,0,0},{'0',0,0,0,0,0,0,0,0,0,0}},
00014             {{'H',0,0,0,0,0,0,0,0,0,0},{'0',0,0,0,0,0,0,0,0,0,0}},
00015             {{'H',0,0,0,0,0,0,0,0,0,0},{'0',0,0,0,0,0,0,0,0,0,0}}
00016         }
00017     };