[[ロボティクス入門ゼミ]]
*ロボちゃん はじめてのPROGRAM [#je773c87]
**5/12 [#p006b49e]
 task main()
 {
 OnFwd(OUT_A+OUT_B);
 Wait(300)
 Off(OUT_A)
 Wait(500)
 OnFwd(OUT_A)
 Off(OUT_B)
 } 
*ロボちゃん ちょっと応用PROGRAM(木) [#t80ee671]
**5/19 [#h67e6b60]
 task main()
 {
 OnFwd(OUT_A+OUT_B);
 Wait(300);
 OnRev(OUT_B);
 Wait(100);
 OnFwd(OUT_A+OUT_B);
 Wait(200);
 OnRev(OUT_B);
 Wait(100);
 OnFwd(OUT_B);
 Wait(350);
 OnRev(OUT_A+OUT_B);
 Wait(300)
 OnFwd(100)
 }


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS