【麦昆试用】+我的第一个程序“大王叫我来巡山”
<div class='showpostmsg'> 本帖最后由 chenzhufly 于 2019-5-26 18:07 编辑我是本次试用的小作者,我叫陈昌浩,三年级萌新一枚。
我今天的小作品是试用LED矩阵显示“大王叫我来巡山”
代码如下:
#include <Microbit_Matrix.h>
const uint8_t bitmap_AjjI = {B00100,B00100,B11111,B01010,B10001};
const uint8_t bitmap_BBel = {B11111,B00100,B01110,B00100,B11111};
const uint8_t bitmap_BGui = {B00011,B11111,B10111,B11111,B00001};
const uint8_t bitmap_YfMK = {B01110,B11110,B01111,B11011,B01101};
const uint8_t bitmap_m515 = {B00100,B11111,B01110,B11111,B01110};
const uint8_t bitmap_yoVr = {B10111,B01110,B10111,B01000,B10111};
const uint8_t bitmap_E55n = {B00100,B00100,B10101,B10101,B11111};
void setup() {
}
void loop() {
delay(1000);
MMatrix.show(bitmap_AjjI);
delay(1000);
MMatrix.show(bitmap_BBel);
delay(1000);
MMatrix.show(bitmap_BGui);
delay(1000);
MMatrix.show(bitmap_YfMK);
delay(1000);
MMatrix.show(bitmap_m515);
delay(1000);
MMatrix.show(bitmap_yoVr);
delay(1000);
MMatrix.show(bitmap_E55n);
}
视频如下:
http://player.youku.com/player.php/sid/XNDE5NzM3NjkwOA==/v.swf
此内容由EEWORLD论坛网友chenzhufly原创,如需转载或用于商业用途需征得作者同意并注明出处
</div><script> var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;" style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
if(parseInt(discuz_uid)==0){
(function($){
var postHeight = getTextHeight(400);
$(".showpostmsg").html($(".showpostmsg").html());
$(".showpostmsg").after(loginstr);
$(".showpostmsg").css({height:postHeight,overflow:"hidden"});
})(jQuery);
} </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script> 很好,不错,应该称为“爸爸教我来编程”。 我的沙包杂耍抛球,可以让孩子学学三个的。
你牛逼,我三个的也玩不起来{:1_101:} 柱哥,你这么让你娃实名上阵了呀。 哈哈,终于有个新的开始:victory: 先练习两个的,左右各拿一个沙包,实现左右沙包互换,通常右手先抛,当达到和
眼睛一般高的时候,开始抛左手的沙包。 主要是利用时间差,原理是物理上运动学的竖直上抛和自由落体运动。 向柱哥学习{:1_103:} 按照我个人的亲身体验,如果喜欢这个运动,普通人通常在两个星期内可以学会抛三个的,我见过六,七分钟学会的。 不错的嘛! 还可以写篇教娃心得,这样我们群体才好壮大! 现在小学生负担太重,搞点副业不容易
页:
[1]