FuHu-QC / pxt-triodecar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open this page at https://bigqubot.github.io/pxt-triodecar/ this repo is at fuhu-qc

Usage

CarDirection

Use the CarDirection blocks to control the car

basic.forever(() => {
    triodecar.CarDirection(triodecar.direction.foward)
})

readPatrol

Use the readPatrol blocks to control the car

basic.forever(() => {
    serial.writeLine("" + (triodecar.readPatrol(triodecar.Patrol.PatrolLeft)))
})

Use as Extension

This repository can be added as an extension in MakeCode.

Edit this project Build status badge

To edit this repository in MakeCode.

Metadata (used for search, rendering)

  • for PXT/microbit
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>

About

License:MIT License


Languages

Language:TypeScript 97.2%Language:Ruby 1.4%Language:Makefile 1.3%