[[ページ作成Tips]]
*初めてのプログラム [#he6f2a1c]
 task main()

 #define move_time 90

 {
 OnFwd(OUT_A+OUT_C);
 Wait(move_time);
 Off (OUT_A);
 Wait(move_time);
 OnFwd(OUT_A);
 OnFwd(OUT_A+OUT_C);
 Wait(move_time);
 Off (OUT_A);
 Wait(move_time);
 OnFwd(OUT_A);OnFwd(OUT_A+OUT_C);
 Wait(move_time);
 Off (OUT_A);
 Wait(move_time);
 OnFwd(OUT_A);OnFwd(OUT_A+OUT_C);
 Wait(move_time);
 Off (OUT_A);
 Wait(move_time);
 OnFwd(OUT_A);
 Off(OUT_A+OUT_C);
 }

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS