Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MyLib by
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 };
Generated on Sun Jul 17 2022 14:24:18 by
1.7.2
